fn unusedCapacitySlice(self: Self) Slice

Returns a slice of only the extra capacity after items. This can be useful for writing directly into an ArrayList. Note that such an operation must be followed up with a direct modification of self.items.len.

Parameters

self: Self,