Trait bevy_retrograde::core::luminance::vertex::Deinterleave[]

pub trait Deinterleave<T> {
    const RANK: usize;
}
Expand description

TODO

Associated Constants

Rank of the type in the original type.

Implementors