# Pop
Returns the head element and removes it from a stack.
```
T Pop();
Return Value
Returns the head element.