fn appendSlice(self: *Self, allocator: Allocator, items: []const T) Allocator.Error!void
Append the slice of items to the list. Allocates more memory as necessary. Invalidates pointers if additional memory is needed.
self: *Self,
allocator: Allocator,
items: []const T,