13 lines
132 B
Markdown
13 lines
132 B
Markdown
# Peek
|
||
|
||
Returns the first element not removing it from the queue.
|
||
|
||
```
|
||
T Peek();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the starting element.
|