class MultiSetEmpty
extends EmptyBase
import { MultiSetEmpty } from "https://deno.land/x/rimbu@1.0.0/multiset/custom/implementation/base.ts";
Type Parameters
Tp extends ContextImplTypes
Methods
addEntries(entries: StreamSource<readonly [T, number]>): WithElem<Tp, T>["normal"]
count(): 0
filterEntries(): WithElem<Tp, T>["normal"]
forEach(): void
has(): false
modifyCount(value: T, update: (currentCount: number) => number): WithElem<Tp, T>["normal"]
removeAllEvery(): WithElem<Tp, T>["normal"]
removeAllSingle(): WithElem<Tp, T>["normal"]
streamDistinct(): Stream<T>
toArray(): []
toString(): string