std::core::array

tconcat

macro tconcat(arr1, arr2) @nodiscard
Concatenate two arrays or slices, returning a slice containing the concatenation of them,
allocated using the temp allocator.

Parameters