Append a value to the list n
times. Asserts the capacity is enough. Does not invalidate pointers. 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.
Append a value to the list n
times. Asserts the capacity is enough. Does not invalidate pointers. 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.