interface MultiSetCreators
undocumented
Methods
createContext
Returns a new MultiSet context instance based on the given options.
createContextoptions.Definition
createContext<UT>(options: {
countMapContext: RMap.Context<UT>;
}): MultiSet.Context<UT>;
Type parameters
| Name | Description |
|---|---|
| UT | the upper element type for which the context can create instances |
Parameters
| Name | Type | Description |
|---|---|---|
options | {countMapContext: RMap.Context<UT>;} | an object containing the following properties: - countMapContext: the map context to use for key to count mapping |