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

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

Parameters

self: *Self,
elem: T,