remove

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

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