Queue.remove

bool remove(const(void) * data = null)

Removes the first element in queue that contains data.

Parameters

datathe data to remove

Returns

true if data was found and removed from queue