appendNTimes
Append a value to the list n times.
Allocates more memory as necessary.
Invalidates element pointers if additional memory is needed.
The function is inline so that a comptime-known value parameter will
have a more optimal memset codegen in case it has a repeated byte pattern.
Function parameters
Parameters
Deprecated.
Functions
- Managed
- Deprecated.
- AlignedManaged
- Deprecated.
- Aligned
- A contiguous, growable list of arbitrarily aligned items in memory.
Source