mutableMultiMapOf
Create a new MutableMultiMap from the given key-value pairs.
Parameters
K
The type of elements used as keys
V
The type of elements used as values
pairs
The elements to be contained by the new multimap
Create a new MutableMultiMap from the given key-value pairs.
The type of elements used as keys
The type of elements used as values
The elements to be contained by the new multimap