Is there a stdlib method similar to `Iterable<T...
# stdlib
g
Is there a stdlib method similar to
Iterable<T>.associateBy
that returns
Map<K, Collection<T>>
instead of
Map<K, T>
such that items that map to the same key are accumulated instead of overwritten?