13 lines
137 B
Markdown
13 lines
137 B
Markdown
# Dequeue
|
||
|
||
Returns the first element and removes it from the queue.
|
||
|
||
```
|
||
T Dequeue();
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Returns the starting element.
|