Companion

object Companion

Functions

Link copied to clipboard
fun greaterThanOrEqualTo(lowerBound: Long): Range

Creates range that represents greater than or equal to given lower bound.

Link copied to clipboard
fun lessThanOrEqualTo(upperBound: Long): Range

Creates range that represents less than or equal to given upper bound.

Link copied to clipboard
fun range(lowerBound: Long, upperBound: Long): Range

Creates range that represents greater than or equal to given lower bound and less than or equal to given upper bound.