Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2039-standardlibrary-generic-cstack-cstackpeek.md
T

13 lines
129 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Peek
Returns the head element without removing it from a stack.
```
T Peek();
```
Return Value
Returns the head element.