include Set.Accessors_generic
val length : ('a, 'b) t ‑> int
val is_empty : ('a, 'b) t ‑> bool
val fold_result : ('a, 'b) t ‑> init:'accum ‑> f:('accum ‑> 'a elt ‑> ('accum, 'e) Base.Result.t) ‑> ('accum, 'e) Base.Result.t
val sum : (module Base.Commutative_group.S with type t = 'sum) ‑> ('a, 'b) t ‑> f:('a elt ‑> 'sum) ‑> 'sum
val symmetric_diff : ('a, 'cmp, ('a, 'cmp) t ‑> ('a, 'cmp) t ‑> ('a elt, 'a elt) Base.Either.t Base.Sequence.t) options
module Named : sig ... end
val fold_until : ('a, 'c) t ‑> init:'b ‑> f:('b ‑> 'a elt ‑> ('b, 'final) Base__.Set_intf.Continue_or_stop.t) ‑> finish:('b ‑> 'final) ‑> 'final
val merge_to_sequence : ('a, 'cmp, ?order:[ `Decreasing | `Increasing ] ‑> ?greater_or_equal_to:'a elt ‑> ?less_or_equal_to:'a elt ‑> ('a, 'cmp) t ‑> ('a, 'cmp) t ‑> ('a elt, 'a elt) Base__.Set_intf.Merge_to_sequence_element.t Base.Sequence.t) options
val obs : 'a elt Core_kernel.Quickcheck.Observer.t ‑> ('a, 'cmp) t Core_kernel.Quickcheck.Observer.t
val shrinker : ('a, 'cmp, 'a elt Core_kernel.Quickcheck.Shrinker.t ‑> ('a, 'cmp) t Core_kernel.Quickcheck.Shrinker.t) options