remove

fun remove(element: Int): Boolean(source)

Removes element from the MutableIntList. If element was in the MutableIntList and was removed, true will be returned, or false will be returned if the element was not found.