interface MultiSet.Context implements [MultiSetBase.Context]<UT, MultiSet.Types>import { type MultiSet } from "https://deno.land/x/rimbu@1.0.4/multiset/main/index.ts"; const { Context } = MultiSet; A context instance for MultiSet implementations that acts as a factory for every instance of this type of collection. Type ParametersUT