ClosedRangeFactory

Default range factory, it should work for any BoundType.

Constructors

Link copied to clipboard
constructor()

Functions

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

Creates a range from start to endInclusive.