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.

Parameters

self: *Self,
allocator: Allocator,
items: []const T,