Queue.remove

Removes the first element in queue that contains data.

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

Parameters

data const(void)*

the data to remove

Return Value

Type: bool

true if data was found and removed from queue