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