std:std.collections.Stack<T>.Top

Property Top:T

Gets the top element of the stack

In debug builds, a runtime error will occur if the stack is empty.