fn addOne(self: *Self) Allocator.Error!*T
Increase length by 1, returning pointer to the new item. The returned pointer becomes invalid when the list resized.
self: *Self,