retainAllThatIndexed
inline fun <Element> KoneMutableList<Element>.retainAllThatIndexed(crossinline predicate: (index: UInt, element: Element) -> Boolean)(source)
Iterates over the collection and retains only the elements matching the predicate.