Skip to main content
Module

x/rimbu/mod.ts>MultiSet.NonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface MultiSet.NonEmpty
implements [MultiSetBase.NonEmpty]<T, MultiSet.Types>, Omit<MultiSet<T>, keyof MultiSetBase.NonEmpty<any, any>>, [Streamable.NonEmpty]<T>
import { type MultiSet } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { NonEmpty } = MultiSet;

A non-empty type-invariant immutable MultiSet of value type T. In the MultiSet, each value can occur multiple times. See the MultiSet documentation and the MultiSet API documentation