Skip to main content
Module

x/rimbu/mod.ts>ProximityMap.Types

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

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

Properties

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