Functions

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