effect-io-ai

Package: effect
Module: HashMap

HashMap.hasHash

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; }

Source

Since v2.0.0