kotlin-stdlib / kotlin.collections / MutableCollection / remove remove Common JVM JS Native 1.0 abstract fun remove(element: E): Boolean(Common source) (JS source) (Native source) Removes a single instance of the specified element from this collection, if it is present. Return true if the element has been successfully removed; false if it was not present in the collection.