fosskers / nonempty-collections

Correct-by-construction non-empty collections.
https://crates.io/crates/nonempty-collections
MIT License
15 stars 6 forks source link

feat: add `dedup` methods to `NEVec` #10

Closed liff closed 10 months ago

liff commented 10 months ago

The method signatures and doc comments are blatantly copied from std::vec::Vec.

fosskers commented 10 months ago

Thanks!