Skip to main content
Module

x/rimbu/mod.ts>BiMap.Types

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

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

Properties

readonly
normal: BiMap<this["_K"], this["_V"]>

The 'normal' collection type (higher-kinded type).

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

The 'non-empty' collection type (higher-kinded type).