Strided slices.
[](https://travis-ci.org/huonw/strided-rs) [](https://coveralls.io/r/huonw/strided-rs?branch=master)
This library provides two types `Strided` and `MutStrided` as
generalised forms of `&[T]` and `&mut [T]` respectively, where the
elements are regularly spaced in memory, but not necessarily
immediately adjacently.
[Documentation](http://huonw.github.io/strided-rs/strided), [crates.io](https://crates.io/crates/strided)