enqueue

open override fun enqueue(element: T): Boolean

Adds element at the start of the queue O(1)

Return

T?