ToHashMapExtension<T> extension

on

Methods

toHashMap<TKey, TValue>(MapEntry<TKey, TValue> entrySelector(T element), {bool modifiable = true}) Map<TKey, TValue>
Converts the iterable to a HashMap.