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.

Parameters

allocator: Allocator,
T: type,
slices: []const []const T,