imapWithOrder<K, K2 extends K, V> function

IMap<K, V> imapWithOrder<K, K2 extends K, V>(
  1. Order<K> o,
  2. Map<K2, V> m
)

Implementation

IMap<K, V> imapWithOrder<K, K2 extends K, V>(Order<K> o, Map<K2, V> m) => new IMap.from(o, m);