effect-io-ai

Package: effect
Module: RedBlackTree

RedBlackTree.findAll

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

Source

Since v2.0.0