class OrderedSetEmpty
extends EmptyBase
Re-export
import { OrderedSetEmpty } from "https://deno.land/x/rimbu@0.13.5/ordered/set-custom/index.ts";
Methods
addAll(values: StreamSource<T>): any
difference(): TpG["normal"]
has(): false
symDifference(other: StreamSource<T>): TpG["normal"]
toString(): string
union(other: StreamSource<T>): TpG["normal"] | any