strided 0.2.9

Strided slices. 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
1
2
3
4
5
6
7
8
9
10
Strided slices.

[![Build Status](https://travis-ci.org/huonw/strided-rs.png)](https://travis-ci.org/huonw/strided-rs) [![Coverage Status](https://coveralls.io/repos/huonw/strided-rs/badge.svg?branch=master)](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)