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