0.2.0
Added
NEIndexMap
, thanks to Rinde van Lon.NonEmptyIterator::max_by_key
andNonEmptyIterator::min_by_key
, also thanks to Rinde.NEVec::with_capacity
NEVec::nonempty_chunks
andNESlice::nonempty_chunks
Changed
- BREAKING: All
len
implementations andNonEmptyIterator::count
have had
their return type changed toNonZeroUsize
.