Struct ndarray::NewAxis [−][src]
pub struct NewAxis;
Expand description
Token to represent a new axis in a slice description.
See also the s![] macro.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NewAxisimpl UnwindSafe for NewAxisBlanket Implementations
Mutably borrows from an owned value. Read more