array4

Function array4 

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

Force a conversion into a 4-element array.