[][src]Function cgmath::conv::array4

pub fn array4<T, A: Into<[T; 4]>>(value: A) -> [T; 4]

Force a conversion into a 4-element array.