array_to_tuple

Function array_to_tuple 

Source
fn array_to_tuple<T1, T2>(a: [T1; 7]) -> (T2, T2, T2, T2, T2, T2, T2)
where T1: Clone, T2: From<T1>,
Expand description

helper to convert array to tuple (OCaml doesn’t have fixed-size arrays)