effect-io-ai

Package: effect
Module: RedBlackTree

RedBlackTree.removeFirst

Removes the entry with the specified key, if it exists.

Signature

declare const removeFirst: { <K>(key: K): <V>(self: RedBlackTree<K, V>) => RedBlackTree<K, V>; <K, V>(self: RedBlackTree<K, V>, key: K): RedBlackTree<K, V>; }

Source

Since v2.0.0