package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type key
type 'a t
val empty : 'a t
val add : 'a t -> key -> 'a -> 'a t
val remove : 'a t -> key -> 'a t
val find : 'a t -> key -> 'a
val length : 'a t -> int
val fold : 'a t -> 'b -> ('b -> key -> 'a -> 'b) -> 'b
OCaml

Innovation. Community. Security.