Queues use first-in-first-out (FIFO) ordering, meaning the first element that was enqueued will be the first to get dequeued.
This is a companion discussion topic for the original entry at https://www.kodeco.com/977854-data-structures-algorithms-in-swift/lessons/5