RangeFactory

Functions

Link copied to clipboard
abstract fun makeRange(start: BoundType, endInclusive: BoundType): ClosedRange<BoundType>

Creates a range from start to endInclusive.