Skip to main content

Module indexing

Module indexing 

Source
Expand description

Indexing Utilities

Structs§

IndexWrap
Wraps an index with negative indexing support.

Traits§

AsIndex
Helper trait for implementing indexing with support for negative indices.
AsSize
Types which can be converted to a usize Size.

Functions§

ravel_index
Compute the ravel index for the given coordinates.
wrap_index
Wraps a dimension index to be within the bounds of the dimension size.