pub fn array4x4<T, A>(value: A) -> [[T; 4]; 4]where
    A: Into<[[T; 4]; 4]>,
Expand description

Force a conversion into a 4x4-element array.