fn concat(allocator: Allocator, comptime T: type, slices: []const []const T) ![]T
Copies each T from slices into a new slice that exactly holds all the elements.
allocator: Allocator,
T: type,
slices: []const []const T,