Package-level declarations
Contains types such as NotEmptyRange
for manipulating ranges of comparable values.
Types
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Represents a bound in a range.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Represents an exclusive bound in a range.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Represents an inclusive bound in a range.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Represents a range of comparable values that contain at least one value.
Functions
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Returns true
if this range contains the given value, or returns false
otherwise.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")