fn tuple_to_array<T1, T2>(a: (T1, T1, T1, T1, T1, T1, T1)) -> [T2; 7]where
T2: From<T1>,Expand description
helper to convert tuple to array (OCaml doesn’t have fixed-size arrays)
fn tuple_to_array<T1, T2>(a: (T1, T1, T1, T1, T1, T1, T1)) -> [T2; 7]where
T2: From<T1>,helper to convert tuple to array (OCaml doesn’t have fixed-size arrays)