CCArrayLabels.Infix
val (--) : int -> int -> int t
x -- y
creates an array containing integers in the range x .. y
. Bounds included.
val (--^) : int -> int -> int t
x --^ y
creates an array containing integers in the range x .. y
. Right bound excluded.
Let operators on OCaml >= 4.08.0, nothing otherwise
include CCShimsMkLet_.S with type 'a t_let := 'a array