billyrieger / bimap-rs

Generic bijective maps in Rust
Apache License 2.0
129 stars 26 forks source link

Implement std::iter::Extend for BiHashMap and BiBTreeMap #12

Closed nw0 closed 4 years ago

nw0 commented 4 years ago

This PR includes an implementation of Extend for both bimaps.

Closes #11

billyrieger commented 4 years ago

Thanks again for this :smile: