Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
People expect strides to allow zero size - like any traditional `for` loop that would have just skipped. Adding an additional condition just for that makes the code messier. But moreover - Xcode itself expects it to allow `0` length stride. As Xcode automatically converts old `for` loops to strides, it actually **breaks** code that may in some cases have zero-length strides. ChartsOrg/Charts#931
- Loading branch information