marcusklaas / sortedvec

Rust vector types without dependencies that enable quick lookups

Home Page:https://crates.io/crates/sortedvec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `remove_by_key` function

marcusklaas opened this issue · comments

Should take a K and return an Option<T>. Removes a single value with given key and returns it if it exists.