fn appendSliceAssumeCapacity(self: *Self, items: []const T) void

Append the slice of items to the slice, asserting the capacity is already enough to store the new items.

Parameters

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