Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/collection-types/map-custom/index.ts>RMapBase.Types

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

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

Properties

readonly
normal: RMapBase<this["_K"], this["_V"]>
readonly
nonEmpty: RMapBase.NonEmpty<this["_K"], this["_V"]>
readonly
context: RMapBase.Context<this["_K"]>
readonly
builder: RMapBase.Builder<this["_K"], this["_V"]>