Add `remove_by_key` function
marcusklaas opened this issue · comments
Marcus Klaas de Vries commented
Should take a K
and return an Option<T>
. Removes a single value with given key and returns it if it exists.
Marcus Klaas de Vries commented
Added in 87879ab.