Expand description
Provides a convenient way to construct multi-maps.
Structsยง
- Multi
MapBuilder - A builder for a multi-map. This struct does nothing by itself, but it is used to chain method calls to configure the multi-map before building it.
- Multi
MapBuilder With Keys - A builder for a multi-map that has a known type for the map.
- Multi
MapBuilder With Keys AndVals - A builder for a multi-map that has a known type for keys and values.