package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
type key = H.t
val create : int -> 'a t
val add : 'a t -> key -> 'a -> unit
val fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
val iter : (key -> 'a -> unit) -> 'a t -> unit
val find_opt : 'a t -> key -> 'a option
val remove : 'a t -> key -> unit
val length : 'a t -> int