Package: effect
Module: RedBlackTree
Finds all values in the tree associated with the specified key.
Signature
declare const findAll: { <K>(key: K): <V>(self: RedBlackTree<K, V>) => Chunk<V>; <K, V>(self: RedBlackTree<K, V>, key: K): Chunk<V>; }
Since v2.0.0