import { type HashSet } from "https://deno.land/x/rimbu@1.0.3/hashed/set/index.ts";
const { Types } = HashSet;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: HashSet<this["_T"]>readonly
nonEmpty: HashSet.NonEmpty<this["_T"]>readonly
context: HashSet.Context<this["_T"]>readonly
builder: HashSet.Builder<this["_T"]>