fn join(allocator: Allocator, separator: []const u8, slices: []const []const u8) ![]u8
Naively combines a series of slices with a separator. Allocates memory for the result, which must be freed by the caller.
allocator: Allocator,
separator: []const u8,
slices: []const []const u8,