Package: effect
Module: RedBlackTree
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>; }
Since v2.0.0