jmitchell / multiset

Multiset/bag implementation in Rust
Apache License 2.0
9 stars 9 forks source link

Add equality test #11

Closed mashedcode closed 6 years ago

mashedcode commented 6 years ago

Implement test for #10. Contains and depends on #6 and #10.

jmitchell commented 6 years ago

After addressing https://github.com/jmitchell/multiset/pull/10#discussion_r159162394 this will be good to go.