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