effect-io-ai

Package: effect
Module: RedBlackTree

RedBlackTree.has

Finds the item with key, if it exists.

Signature

declare const has: { <K>(key: K): <V>(self: RedBlackTree<K, V>) => boolean; <K, V>(self: RedBlackTree<K, V>, key: K): boolean; }

Source

Since v2.0.0