import { OrderedSetNonEmpty } from "https://deno.land/x/rimbu@0.13.5/ordered/set-custom/index.ts";
Methods
addAll(values: StreamSource<T>): TpG["nonEmpty"]
asNormal(): any
assumeNonEmpty(): any
difference(other: StreamSource<T>): TpG["normal"]
forEach(f: () => void, state?: TraverseState): void
intersect(other: StreamSource<T>): TpG["normal"]
removeAll<U>(values: StreamSource<RelatedTo<T, U>>): TpG["normal"]
symDifference(other: StreamSource<T>): TpG["normal"]
toArray(): ArrayNonEmpty<T>
toString(): string
union(other: StreamSource<T>): TpG["nonEmpty"]