tuple_to_array

Function tuple_to_array 

Source
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)