We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Check if the queue is empty.
Queue_IsEmpty(queue)
new Queue:queue<5>; printf("Queue is empty: %d", Queue_IsEmpty(queue));
Returns true if the queue is empty, otherwise false.