steal
Description:
public bool steal (
K key)
Removes a key and its associated value from a Tree without calling the key and value
destroy functions.
If the key does not exist in the Tree, the function does nothing.
Parameters:
this |
a Tree
|
key |
the key to remove
|
Returns:
true if the key was found (prior to 2.8, this function returned nothing)
|