Returns the element at the top of the stack without removing it.
public function Peek: T;
The element at the top of the stack.