13 lines
122 B
Markdown
13 lines
122 B
Markdown
# Pop
|
||
|
||
Returns the head element and removes it from a stack.
|
||
|
||
```
|
||
T Pop();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the head element.
|