Parameters
Signature
Sourceval add_iter : t -> ((E.t -> unit) -> 'x -> unit) -> 'x -> unit Sourceval of_iter : ((E.t -> unit) -> 'x -> unit) -> 'x -> t Sourceval iter_unordered : (E.t -> unit) -> t -> unit Sourceval fold_unordered : ('acc -> E.t -> 'acc) -> 'acc -> t -> 'acc