nitc :: FlowHashMap :: from
self
map
# Init `self` with the content of `map`. init from(map: Map[K, V]) do init for k, v in map do self[k] = v end