appendUnalignedSliceAssumeCapacity
Append an unaligned slice of items to the list.
Intended to be used only when appendSliceAssumeCapacity would be
a compile error.
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