Companion
Functions
Link copied to clipboard
fun integerRangeType( lowerBound: A_Number, lowerInclusive: Boolean, upperBound: A_Number, upperInclusive: Boolean): A_Type
Content copied to clipboard
Create an integer range type. Normalize it as necessary, converting exclusive finite bounds into equivalent inclusive bounds. An empty range is always converted to bottom.
Link copied to clipboard
Properties
Link copied to clipboard
The metatype for integers. This is an instance type whose base instance is extended integer, and therefore has all integer range types as instances.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard