pollFirstWhere

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