Function quat::copy [] [src]

pub fn copy<T>(out: &'a mut [T; 4], a: &[T; 4]) -> &'a mut [T; 4] where
    T: Copy + Num