Module odds::stride [] [src]

Slice iterator with custom step size

Performance note: Using stable Rust features, these iterators don't quite live up to the efficiency that they should have, unfortunately.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

Structs

Stride

(the stride) skipped per iteration.

StrideMut

The mutable equivalent of Stride.