QueueG.find

Finds the first link in @queue which contains @data.

class QueueG
find
(
void* data
)

Parameters

data void*

data to find

Return Value

Type: ListG

the first link in @queue which contains @data

Meta