removeFirst

open override fun removeFirst(): E?

Removes the element at the beginning of the collection if it is present.

Return

The element that was removed or null if the collection was empty.