effect-io-ai

Package: effect
Module: RedBlackTree

RedBlackTree.first

Returns the first entry in the tree, if it exists.

Signature

declare const first: <K, V>(self: RedBlackTree<K, V>) => Option<[K, V]>

Source

Since v2.0.0