Skip to main content
Module

x/rimbu/collection-types/set-custom/index.ts>RSetBase.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface RSetBase.Types
implements [VariantSetBase.Types]
import { type RSetBase } from "https://deno.land/x/rimbu@0.14.0/collection-types/set-custom/index.ts";
const { Types } = RSetBase;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
normal: RSetBase<this["_T"]>
readonly
nonEmpty: RSetBase.NonEmpty<this["_T"]>
readonly
context: RSetBase.Context<this["_T"]>
readonly
builder: RSetBase.Builder<this["_T"]>