Skip to main content
Module

x/rimbu/mod.ts>HashSet.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface HashSet.Types
implements [RSetBase.Types]
import { type HashSet } from "https://deno.land/x/rimbu@0.13.1/mod.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"]>