Function Stack.pop

Pops an item from the stack and returns it. Client code must check empty() first.

const(ubyte)[] pop() nothrow @safe;

Returns

the popped value from the stack