ihashmap<K, V> function

IHashMap<K, V> ihashmap<K, V>(
  1. Map<K, V> m
)

Implementation

IHashMap<K, V> ihashmap<K, V>(Map<K, V> m) => new IHashMap.from(m);