/*
Appellation: index <mod>
Contrib: FL03 <jo3mccain@icloud.com>
*/
//! # Index
//!
//!
pub use *;
pub
/// A type alias for an unsigned integer used to index into a tensor.
pub type Ix = usize;
/// A type alias for a signed integer used to index into a tensor.
pub type Ixs = isize;