Stack.swap

Swaps the top two entries, and return the top

Throws an exception when the stack has insufficient entries

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

Meta