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

Append an unaligned slice of items to the list, asserting the capacity is enough to store the new items. Only call this function if a call to appendSliceAssumeCapacity instead would be a compile error.

Parameters

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