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