QueueG.remove

Removes the first element in @queue that contains @data.

class QueueG
bool
remove
(
void* data
)

Parameters

data void*

the data to remove

Return: %TRUE if @data was found and removed from @queue

Meta