1 2 3 4 5 6
//! Array indexing utilities such as `sub2ind` and `ind2sub`. pub(crate) mod common; pub mod find; pub mod ind2sub; pub mod sub2ind;