Package: effect
Module: HashMap
Lookup the value for the specified key in the HashMap using a custom hash.
Signature
declare const getHash: { <K1 extends K, K>(key: K1, hash: number): <V>(self: HashMap<K, V>) => Option<V>; <K1 extends K, K, V>(self: HashMap<K, V>, key: K1, hash: number): Option<V>; }
Since v2.0.0