ensureCapacity

expect fun ensureCapacity(minCapacity: Int)
actual fun ensureCapacity(minCapacity: Int)

Does nothing in this FastArrayList implementation.

actual fun ensureCapacity(minCapacity: Int)