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>VariantMapBase.Types

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

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

Properties

readonly
normal: VariantMapBase<this["_K"], this["_V"]>
readonly
nonEmpty: VariantMapBase.NonEmpty<this["_K"], this["_V"]>