| Crates.io | strided |
| lib.rs | strided |
| version | 0.2.9 |
| created_at | 2014-11-16 14:21:16.317737+00 |
| updated_at | 2015-12-11 23:56:18.321051+00 |
| description | 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. |
| homepage | https://github.com/huonw/strided-rs |
| repository | https://github.com/huonw/strided-rs |
| max_upload_size | |
| id | 113 |
| size | 59,451 |
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.