Crate unzip_array_of_tuple

Source

Functionsยง

unzip_array_of_tuple
Unzips an array of tuples like [(i32, i64); N] into two arrays -> ([i32; N], [i64; N]) Useful