fn appendUnalignedSliceAssumeCapacity(self: *Self, items: []const align(1) T) void

Append the slice of items to the list, asserting the capacity is already enough to store the new items. Does not invalidate pointers. Only call this function if calling appendSliceAssumeCapacity instead would be a compile error.

Parameters

self: *Self,
items: []const align(1) T,