containers
A modular, clean and powerful extension of the OCaml standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package containers
-
containers
-
containers.data
-
containers.monomorphic
-
containers.sexp
-
containers.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.
- since 0.17
Let operators on OCaml >= 4.08.0, nothing otherwise
- since 2.8
include CCShimsMkLet_.S with type 'a t_let := 'a array
ON THIS PAGE
No table of contents