Crate multid

Source
Expand description

§multid

multidimensional (currently just 2) vectors parameterized by number of columns and rows

includes some helpful iterators and an interface that gracefully handles boundaries

requires [feature(generic_const_exprs)]

Re-exports§

pub use ix::BoundedIx2;
pub use ix::iterators;
pub use v::V2;

Modules§

errors
custom error type
ix
custom index types
v
2d vector type, parameterized by number of rows and columns