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

Extend the slice by 1 element, asserting the capacity is already enough to store the new item.

Parameters

self: *Self,
item: T,