interface RMap.Context implements [RMapBase.Context]<UK, RMap.Types>import { type RMap } from "https://deno.land/x/rimbu@1.1.0/collection-types/mod.ts"; const { Context } = RMap; A context instance for RMap implementations that acts as a factory for every instance of this type of collection. Type ParametersUK