Creates an aligned buffer with given initial size.
Sets size to zero.
Fills the buffer with the same value.
Finds an item, returns -1 if not found
Pop last element
Append an element to this buffer.
Appends another buffer to this buffer.
Appends a slice to this buffer.
Move. Give up owner ship of the data.
Removes an item and replaces it by the last item. Warning: this reorders the array.
Resizes a buffer to hold askedSize elements.
Growable array, points to a memory aligned location. This can also work as an output range.