Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1978-standardlibrary-generic-cqueue-cqueuedequeue.md
T

13 lines
137 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Dequeue
Returns the first element and removes it from the queue.
```
T Dequeue();
```
Return Value
Returns the starting element.