QueueImpl.back

class QueueImpl(T, OverflowPolicy overflowPolicy)
pure
T
back
()

Return Value

Type: T

item on the back of the queue.

Meta