val mem : tree -> key -> bool Lwt.tval mem_tree : tree -> key -> bool Lwt.tval list :
tree ->
?offset:int ->
?length:int ->
key ->
(string * tree) list Lwt.tval length : tree -> key -> int Lwt.tval fold :
?depth:Tezos_context_sigs__Context.depth ->
tree ->
key ->
order:[ `Sorted | `Undefined ] ->
init:'a ->
f:(key -> tree -> 'a -> 'a Lwt.t) ->
'a Lwt.tval config : tree -> Tezos_context_sigs.Config.tval is_empty : tree -> boolval kind : tree -> Tezos_context_sigs__Context.Kind.tval hash : tree -> Tezos_base.TzPervasives.Context_hash.tval clear : ?depth:int -> tree -> unit