Ix

Type Alias Ix 

Source
pub type Ix = usize;
Expand description

Array index type

Trait Implementations§

Source§

impl IntoDimension for Ix

Source§

type Dim = Dim<[usize; 1]>

The concrete type of the resultant dimension.
Source§

fn into_dimension(self) -> Ix1

Convert into a type that implements Dimension.
Source§

impl NdIndex<Dim<[usize; 1]>> for Ix

Source§

impl NdIndex<Dim<IxDynImpl>> for Ix