Package: effect
Module: HashMap
Safely lookup the value for the specified key in the HashMap using the
internal hashing function.
Signature
declare const get: { <K1 extends K, K>(key: K1): <V>(self: HashMap<K, V>) => Option<V>; <K1 extends K, K, V>(self: HashMap<K, V>, key: K1): Option<V>; }
Since v2.0.0