package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
type key
val create : creator -> 'a t
val remove : 'a t -> key -> unit
val set : 'a t -> key -> 'a -> unit
val find : 'a t -> key -> 'a
val find_opt : 'a t -> key -> 'a option
val mem : 'a t -> key -> bool
val change : ('a option -> 'a option) -> 'a t -> key -> unit
OCaml

Innovation. Community. Security.