Function stackCat
**Same as newStack(size_t) but uses stateCopy cached on stack by caller
T[0] stackCat(T...)
(
T data
);
Concatenate any number of arrays of the same type, placing results on the TempAlloc stack.