Package: effect
Module: HashMap
Checks if the specified key has an entry in the HashMap using a custom
hash.
Signature
declare const hasHash: { <K1 extends K, K>(key: K1, hash: number): <V>(self: HashMap<K, V>) => boolean; <K1 extends K, K, V>(self: HashMap<K, V>, key: K1, hash: number): boolean; }
Since v2.0.0