import { type VariantSet } from "https://deno.land/x/rimbu@0.13.0/collection-types/main/index.ts";
const { Types } = VariantSet;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: VariantSet<this["_T"]>readonly
nonEmpty: VariantSet.NonEmpty<this["_T"]>