fn appendSliceAssumeCapacity(self: *Self, items: []const T) void
Append the slice of items to the list, asserting the capacity is enough to store the new items.
self: *Self,
items: []const T,