fn addOneAssumeCapacity(self: *Self) usize

Extend the list by 1 element, asserting self.capacity is sufficient to hold an additional item. Returns the newly reserved index with uninitialized data.

Parameters

self: *Self,