Queue.has

Checks whether the queue has any items or not.

class Queue(T)
final
bool
has
()

Return Value

Type: bool

True if the queue has any items, false otherwise.

Meta