package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
type key
val create : creator -> (creator -> key -> 'a) -> 'a t
val find : 'a t -> key -> 'a
val iter : (key -> 'a -> unit) -> 'a t -> unit
val fold : (key -> 'a -> 'acc -> 'acc) -> 'a t -> 'acc -> 'acc
OCaml

Innovation. Community. Security.