IStack<T>.Extract Method
Removes and returns the element at the top of the stack without considering ownership.
public
function Extract: T;
Return Value
Type: T
The element removed from the top of the stack.
Removes and returns the element at the top of the stack without considering ownership.
public
function Extract: T;
The element removed from the top of the stack.