pub trait HasLastAxis {
    type LastAxis;

    const SIZE: usize;
}
Expand description

Holds an axis that represents the last (or right most) axis.

Required Associated Types

Required Associated Constants

Implementations on Foreign Types

Implementors