Initial Commit.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Dequeue
|
||||
|
||||
Returns the first element and removes it from the queue.
|
||||
|
||||
```
|
||||
T Dequeue();
|
||||
|
||||
```
|
||||
|
||||
Return Value
|
||||
|
||||
Returns the starting element.
|
||||
Reference in New Issue
Block a user