MutableBuffer implementation over MutableList.
the type of elements contained in the buffer.
Returns a shallow copy of the buffer.
Gets element at given index.
Iterates over all elements.
Sets the array element at the specified index to the specified value.
The underlying list.
The size of this buffer.