package tezos-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val h_encoding : H.t Data_encoding.t
include sig ... end
type key = H.t
val create : int -> 'a t
val replace : 'a t -> key -> 'a -> unit
val fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
val fold_oldest_first : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
val fold_v : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'b
val find_opt : 'a t -> key -> 'a option
val remove : 'a t -> key -> unit
val filter : 'a t -> (key -> 'a -> bool) -> unit
val length : 'a t -> int
val capacity : 'a t -> int
val clear : 'a t -> unit
module H : sig ... end