Skip to content

v0.13.0

Compare
Choose a tag to compare
@BooleanCat BooleanCat released this 21 Aug 08:01
· 214 commits to main since this release

What's Changed

  • Add .Drop and .Take methods to most iterators to enable method chaining (e.g. Count().Drop(2).Take(3).Collect())
  • Add UnwrapErr to Result
  • Bug fix: Take iterators previously accepted an int, they now take a uint to be consistent with Drop

Full Changelog: v0.12.0...v0.13.0

@BooleanCat