interface VariantSet.NonEmpty
implements [VariantSetBase.NonEmpty]<T, VariantSet.Types>, Omit<VariantSet<T>, keyof VariantSetBase.NonEmpty<any, any>>
import { type VariantSet } from "https://deno.land/x/rimbu@1.1.0/collection-types/main/index.ts";
const { NonEmpty } = VariantSet;
A non-empty type-variant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the VariantSet API documentation