Package: effect Module: RedBlackTree
effect
RedBlackTree
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