strided

Crates.iostrided
lib.rsstrided
version0.2.9
sourcesrc
created_at2014-11-16 14:21:16.317737
updated_at2015-12-11 23:56:18.321051
descriptionStrided 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.
homepagehttps://github.com/huonw/strided-rs
repositoryhttps://github.com/huonw/strided-rs
max_upload_size
id113
size59,451
Owners (github:contain-rs:owners)

documentation

http://huonw.github.io/strided-rs/strided/

README

Strided slices.

Build Status Coverage Status

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, crates.io

Commit count: 45

cargo fmt