Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 153 Bytes

File metadata and controls

4 lines (2 loc) · 153 Bytes

Concatenate typed arrays

Given an array of Uint8Array, write a function concat(arrays) that returns a concatenation of them into a single array.