IQueue<T>.Extract Method
Removes and returns the element at the beginning of the queue without considering ownership.
public
function Extract: T;
Return Value
Type: T
The element that is removed from the beginning of the queue.
Removes and returns the element at the beginning of the queue without considering ownership.
public
function Extract: T;
The element that is removed from the beginning of the queue.