appendUnalignedSliceAssumeCapacity
Append the slice of items to the list.
Never invalidates element pointers.
This function is only needed when calling
appendSliceAssumeCapacity instead would be a compile error due to the
alignment of the items parameter.
Asserts that the list can hold the additional items.
Function parameters
Parameters
- self:*Self
- items:[]align(1) const T
Deprecated.
Functions
- Managed
- Deprecated.
- AlignedManaged
- Deprecated.
- Aligned
- A contiguous, growable list of arbitrarily aligned items in memory.
Source