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