ensureCapacity

expect fun ensureCapacity(minCapacity: Int)(source)

Since Kotlin

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

Does nothing in this ArrayList implementation.

Since Kotlin

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

Since Kotlin

1.3