package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mutable.LwtInt64MapSource

Sourcetype key = int64
Sourcemodule Map : S with type key = key
Sourcetype 'a t
Sourceval of_immutable : 'a Map.t -> 'a t
Sourceval create : ?values:'a Map.Map.t -> ?produce_value:'a Map.producer -> ?origin:Tezos_tree_encoding.wrapped_tree -> unit -> 'a t
Sourceval get : key -> 'a t -> 'a Lwt.t
Sourceval set : key -> 'a -> 'a t -> unit
Sourceval remove : key -> 'a t -> unit
Sourceval snapshot : 'a t -> 'a Map.t
OCaml

Innovation. Community. Security.