makeRange

abstract fun makeRange(start: BoundType, endInclusive: BoundType): ClosedRange<BoundType>

Creates a range from start to endInclusive.