🦴 *utilities 💀 deprecated Will be available only as ArrayPlus.Concat in the next version
ArrayPlus.Concat
Concats two arrays or tuples.
alias of: [...A, ...B]
[...A, ...B]
type R = Concat<[1], [2, 3]> // [1, 2, 3] Copy
type R = Concat<[1], [2, 3]> // [1, 2, 3]
🦴 *utilities 💀 deprecated Will be available only as
ArrayPlus.Concat
in the next versionConcats two arrays or tuples.
alias of:
[...A, ...B]