Stack.nth

Index stack entries, where a zero index represents the newest stack entry (the top).

Throws an exception when the given index is out of range

struct Stack(V, int Size = 0)
V
nth

Meta