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

Force a conversion into a 2-element array.