fn append(self: *Self, item: T) error{Overflow}!void
Extend the slice by 1 element.
self: *Self,
item: T,