Skip to main content
Module

x/rimbu/mod.ts>RSet.NonEmpty

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

A non-empty type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the RSet API documentation