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