Skip to content

0.2.0

Compare
Choose a tag to compare
@fosskers fosskers released this 14 Mar 12:02
· 58 commits to master since this release

Added

  • NEIndexMap, thanks to Rinde van Lon.
  • NonEmptyIterator::max_by_key and NonEmptyIterator::min_by_key, also thanks to Rinde.
  • NEVec::with_capacity
  • NEVec::nonempty_chunks and NESlice::nonempty_chunks

Changed

  • BREAKING: All len implementations and NonEmptyIterator::count have had
    their return type changed to NonZeroUsize.