fn appendUnalignedSlice(self: *Self, allocator: Allocator, items: []const align(1) T) Allocator.Error!void
[src]
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.