fn appendSlice(self: *Self, items: []const T) error{Overflow}!void

Append the slice of items to the slice.

Parameters

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