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.
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.