Storage.DelegatesSet of all registered delegates.
type context = Raw_context.tThe type of elements.
val mem : context -> elt -> bool Mavryk_protocol_environment_001_PtAtLas.Lwt.tTells if a elt is a member of the set
val add :
context ->
elt ->
Raw_context.t Mavryk_protocol_environment_001_PtAtLas.Lwt.tAdds a elt is a member of the set
val remove :
context ->
elt ->
Raw_context.t Mavryk_protocol_environment_001_PtAtLas.Lwt.tRemoves a elt of the set ; does nothing if not a member
val elements :
context ->
elt list Mavryk_protocol_environment_001_PtAtLas.Lwt.tReturns the elements of the set, deserialized in a list in no particular order.
val fold :
context ->
order:[ `Sorted | `Undefined ] ->
init:'a ->
f:(elt -> 'a -> 'a Mavryk_protocol_environment_001_PtAtLas.Lwt.t) ->
'a Mavryk_protocol_environment_001_PtAtLas.Lwt.tIterates over the elements of the set.
val clear :
context ->
Raw_context.t Mavryk_protocol_environment_001_PtAtLas.Lwt.tRemoves all elements in the set