fn appendAssumeCapacity(self: *Self, item: T) void
Extend the list by 1 element, but assert self.capacity is sufficient to hold an additional item. Does not invalidate pointers.
self.capacity
self: *Self,
item: T,