fn expandToCapacity(self: *Self) void
Increases the array’s length to match the full capacity that is already allocated. The new elements have undefined values. Does not invalidate pointers.
undefined
self: *Self,