Function Stack.peek

Returns the top item from the stack without popping it. Client code must check empty() first.

const(ubyte)[] peek() pure nothrow @nogc @safe;

Returns

the top item on the stack, without popping it