package colibri2

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

Innovation. Community. Security.