Module CCListLabels.Infix
val (--) : int -> int -> int t
i -- j
is the infix alias forrange
. Bounds included.
val (--^) : int -> int -> int t
i --^ j
is the infix alias forrange'
. Second boundj
excluded.- since
- 0.17
Let operators on OCaml >= 4.08.0, nothing otherwise
- since
- 2.8