concatLines(arrays: Uint8Array[]): Uint8Array
Fast-concatenate Uint8Arrays arrays together, adding a trailing line feed,
returning a single array containing the result.
arrays: Uint8Array[]
The arrays to concatenate together.
The result of the concatenation.