fn concatWithSentinel(allocator: Allocator, comptime T: type, slices: []const []const T, comptime s: T) ![:s]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,
s: T,