stride 0.0.1 stride: ^0.0.1 copied to clipboard
Extension method for iterating Dart Lists and Iterables using a custom start index and step size (stride).
Dart Stride Iterators - Example #
The file example.dart
contains a short program that demonstrates how to use the extension method stride
to iterate the elements of a (flattened) 2D array using a custom step size and start index.
Features and bugs #
Please file feature requests and bugs at the issue tracker.