removeFirstWhere

inline fun <E> MutableIterable<E>.removeFirstWhere(test: (E) -> Boolean): Boolean