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