ToSplayTreeMapExtension<T> extension

on

Methods

toSplayTreeMap<TKey, TValue>(MapEntry<TKey, TValue> entrySelector(T element), {int keyComparer(TKey k1, TKey k2)?, bool modifiable = true}) Map<TKey, TValue>

Available on Iterable<T>, provided by the ToSplayTreeMapExtension extension

Converts the iterable to a SplayTreeMap.