package vecosek-engine

  1. Overview
  2. Docs

Module State.Id_mapSource

Sourcemodule M : sig ... end
Sourcetype 'a t = 'a M.t
Sourceval empty : 'a M.t
Sourceval add : 'a M.t -> key:M.key -> value:'a -> 'a M.t
Sourceval iter : 'a M.t -> f:(M.key -> 'a -> unit) -> unit
Sourceval fold : 'a M.t -> init:'b -> f:('b -> (M.key * 'a) -> 'b) -> 'b
Sourceval find_exn : 'a M.t -> key:M.key -> 'a
OCaml

Innovation. Community. Security.