IntegerRange

An integer range that has a minimum and maximum value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A maximum value.

Link copied to clipboard

A minimum value.

Functions

Link copied to clipboard
inline fun copy(block: IntegerRange.Builder.() -> Unit = {}): IntegerRange
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String