fn append(self: *Self, item: T) error{Overflow}!void

Extend the slice by 1 element.

Parameters

self: *Self,
item: T,