import { type OrderedMapBase } from "https://deno.land/x/rimbu@0.13.5/ordered/map-custom/index.ts";
const { NonEmpty } = OrderedMapBase;
Properties
readonly
keyOrder: List.NonEmpty<K>Returns a non-empty List
instance containing the key order of the Map.
readonly
sourceMap: WithKeyValue<Tp, K, V>["sourceMapNonEmpty"]Returns the contained non-empty Map
instance.