effect-io-ai

Package: effect
Module: HashMap

HashMap.getHash

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

Source

Since v2.0.0