fn appendNTimesAssumeCapacity(self: *Self, value: T, n: usize) void
Append a value to the slice n times. Asserts the capacity is enough.
n
self: *Self,
value: T,
n: usize,