removeFirstOrNull

Removes the first element from this queue, or null if it doesn't exist. If it does exist, the element is furthermore removed from the backing hash set.

Return

element if it exists, else null