We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.