fn appendAssumeCapacity(self: *Self, item: T) void

Extend the list by 1 element, but asserting self.capacity is sufficient to hold an additional item.

Parameters

self: *Self,
item: T,