poll

fun <E> MutableIterable<E>.poll(): E?
fun <K, V> MutableMap<K, V>.poll(): Map.Entry<K, V>?