Type Definition vec4
Other items ingrafix_toolbox::uses
type vec4<T> = (T, T, T, T);
impl<T: Copy> Cast<&'_ [T]> for vec4<T>
fn to(v: &[T]) -> Self