Module CCRAL.Infix
val (--^) : int -> int -> int t
a --^ b
is the integer range froma
tob
, whereb
is excluded.- since
- 0.17
CCRAL.Infix
val (--^) : int -> int -> int t
a --^ b
is the integer range from a
to b
, where b
is excluded.