v0.13.0
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 anint
, they now take auint
to be consistent withDrop
Full Changelog: v0.12.0...v0.13.0