unset
Unsets the given key and its value.
Return
true if the key and value was set and removed, otherwise false
Parameters
key
the key
Type Parameters
T
the value's type
Unsets the given key and its value.
true if the key and value was set and removed, otherwise false
the key
the value's type