Module indexing

Module indexing 

Source
Expand description

A module for indexing utility machinery.

Re-exports§

pub use crate::errors::BoundsError;

Structs§

IndexWrap
Wraps an index with negative indexing support.

Traits§

AsIndex
Helper trait for implementing indexing with support for negative indices.

Functions§

expect_wrap
Wraps an index with negative indexing support.
ravel_index
Compute the ravel index for the given coordinates.
try_wrap
Wraps an index with negative indexing support.
wrap_index
Wraps a dimension index to be within the bounds of the dimension size.