std::core::array

concat

macro concat(Allocator allocator, arr1, arr2) @nodiscard
Concatenate two arrays or slices, returning a slice containing the concatenation of them.

Parameters