package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val create : ?maxLevel:int -> ('a -> 'a -> int) -> ('a, 'b) t
val clear : ('a, 'b) t -> unit
val is_empty : ('a, 'b) t -> bool
val find : ('a, 'b) t -> 'a -> 'b
val mem : ('a, 'b) t -> 'a -> bool
val add : ('a, 'b) t -> 'a -> 'b -> unit
val remove : ('a, 'b) t -> 'a -> unit
val length : ('a, 'b) t -> int
val gen : ('a, 'b) t -> ('a * 'b) CCGen.t
val of_gen : ('a, 'b) t -> ('a * 'b) CCGen.t -> unit
OCaml

Innovation. Community. Security.