fn appendSlice(self: *Self, items: []const T) error{Overflow}!void
Append the slice of items to the slice.
self: *Self,
items: []const T,