IntArrayList

fun IntArrayList(vararg other: Int)
fun IntArrayList(capacity: Int = 7, shouldGrow: Boolean = true)