std.collections.Stack.Top - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.Stack.Top

Property Top:T

Gets the top element of the stack

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