Queue.remove
bool remove(const(void) * data = null)Removes the first element in queue that contains data.
Parameters
data | the data to remove |
Returns
true if data was found and removed from queue
bool remove(const(void) * data = null)Removes the first element in queue that contains data.
data | the data to remove |