effect-io-ai

Package: effect
Module: HashMap

HashMap.get

Safely lookup the value for the specified key in the HashMap using the internal hashing function.

Signature

declare const get: { <K1 extends K, K>(key: K1): <V>(self: HashMap<K, V>) => Option<V>; <K1 extends K, K, V>(self: HashMap<K, V>, key: K1): Option<V>; }

Source

Since v2.0.0