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

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

Parameters

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