public HashMap(map as MapCollection<K, V>):
Creates a new HashMap from another map.
map
import klyn.collections source = {"a": 1, "b": 2} copy = HashMap<String, Int>(source)