fn addManyAsArray(self: *Self, comptime n: usize) error{Overflow}!*align(alignment) [n]T
Resize the slice, adding n new elements, which have undefined values. The return value is a slice pointing to the uninitialized elements.
n
undefined
self: *Self,
n: usize,