Range

constructor(start: Int, end: Int?)(source)

Parameters

start

The inclusive lower bound of the range

end

The inclusive upper bound of the range or null, if there is no upper bound