13 lines
129 B
Markdown
13 lines
129 B
Markdown
# Peek
|
||
|
||
Returns the head element without removing it from a stack.
|
||
|
||
```
|
||
T Peek();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the head element.
|