fn unusedCapacitySlice(self: *Self) []align(alignment) T

Return a slice of only the extra capacity after items. This can be useful for writing directly into it. Note that such an operation must be followed up with a call to resize()

Parameters

self: *Self,