import { VariantSet } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
Interfaces
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 | |
Utility interface that provides higher-kinded types for this collection. |
import { type VariantSet } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
A 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