stride 1.1.0 stride: ^1.1.0 copied to clipboard
Enables iterating Dart lists and iterables using a custom start index and step size (stride).
1.1.0 #
- Amended section Introduction.
- Require Dart SDK version ^3.0.0.
- Use benchmark_runner for benchmarks.
- Changed inheritance structure of iterators and iterables.
- Amended benchmarks.
1.0.0 #
- Updated docs, test, and dependencies.
- Renamed extension method
stride
onIterable<E>
. It is now calledfastStride
.
0.0.2 #
Amended README.md.
0.0.1 #
Initial version.