pub type Dyn = usize;
Expand description
Dynamically-sized dimension type.
Trait Implementations§
Source§impl Axis for Dyn
impl Axis for Dyn
Source§type Init<S: Shape> = DynRank
type Init<S: Shape> = DynRank
Shape for the previous dimensions excluding the current dimension.
Source§type Remove<S: Shape> = <<S as Shape>::Tail as Shape>::Dyn
type Remove<S: Shape> = <<S as Shape>::Tail as Shape>::Dyn
Remove the dimension from the shape.