Function acgmath::conv::array3 [] [src]

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

Force a conversion into a 3-element array.