removeAll

fun removeAll(elements: IntArray): Boolean(source)
fun removeAll(elements: IntList): Boolean(source)

Removes all elements from the MutableIntList and returns true if anything was removed.