Range
enum Range[t: Type]
Sourcecase Range(t, t)
Represents a range (b, e) of discrete values from b
(inclusive) to e
(exclusive).
enum Range[t: Type]
Sourcecase Range(t, t)
Represents a range (b, e) of discrete values from b
(inclusive) to e
(exclusive).