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

Force a conversion into a 3-element array.