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

x/rimbu/core/main/index.ts>RMap.Types

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

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

Properties

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