ensureCapacity

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

Does nothing in this ArrayList implementation.

actual fun ensureCapacity(minCapacity: Int)