removeFirst

fun removeFirst(): E

Removes the first element from this deque and returns that removed element, or throws NoSuchElementException if this deque is empty.