effect-io-ai

Package: effect
Module: RedBlackTree

RedBlackTree.greaterThanEqual

Returns an iterator that traverse entries in order with keys greater than or equal to the specified key.

Signature

declare const greaterThanEqual: { <K>(key: K): <V>(self: RedBlackTree<K, V>) => Iterable<[K, V]>; <K, V>(self: RedBlackTree<K, V>, key: K): Iterable<[K, V]>; }

Source

Since v2.0.0