fn appendUnalignedSlice(self: *Self, items: []const align(1) T) Allocator.Error!void

Append an unaligned slice of items to the list. Allocates more memory as necessary. Only call this function if calling appendSlice instead would be a compile error. Invalidates pointers if additional memory is needed.

Parameters

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