Function mat2::transpose [] [src]

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