Module CCListLabels.Infix
val (--) : int -> int -> int t
Infix alias for
range
. Bounds included.
val (--^) : int -> int -> int t
Infix alias for
range'
. Second bound excluded.- since
- 0.17
Let operators on OCaml >= 4.08.0, nothing otherwise
- since
- 2.8