Skip to main content
Module

x/rimbu/mod.ts>RSet.Types

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

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

Properties

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