Skip to content

0.3.1

Choose a tag to compare

@fosskers fosskers released this 14 Jun 10:04
· 47 commits to master since this release
861afb8

Added

  • iter_mut() to NEVec, NEMap, and NEIndexMap
  • peekable() to NonEmptyIterator
  • remove(), swap_remove(), retain(), and retain_mut() to NEVec.
  • AsRef<[T]> for NESlice.