appendUnalignedSlice
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 element pointers if additional memory is needed.
Function parameters
Parameters
Deprecated.
Functions
- Managed
- Deprecated.
- AlignedManaged
- Deprecated.
- Aligned
- A contiguous, growable list of arbitrarily aligned items in memory.
Source