inclusive

fun inclusive(lowerBound: A_Number, upperBound: A_Number): A_Type
fun inclusive(lowerBound: Long, upperBound: Long): A_Type

Create an inclusive-inclusive range with the given endpoints.

Return

The integral type containing the bounds and all integers between.

Parameters

lowerBound

The low end, inclusive, of the range.

upperBound

The high end, inclusive, of the range.