import { type BiMap } from "https://deno.land/x/rimbu@1.1.0/core/mod.ts";
const { Context } = BiMap;
The BiMap's Context instance that serves as a factory for all related immutable instances and builders.
Properties
readonly
_types: Tpreadonly
keyValueContext: RMap.Context<UK>readonly
valueKeyContext: RMap.Context<UV>