Module Instance.ModuleMap
val of_immutable : 'a Map.t -> 'a tval create :
?values:'a Map.Map.t ->
?produce_value:'a Map.producer ->
?origin:Tezos_tree_encoding.wrapped_tree ->
unit ->
'a tval get : key -> 'a t -> 'a Lwt.tval set : key -> 'a -> 'a t -> unitval remove : key -> 'a t -> unitval snapshot : 'a t -> 'a Map.t