pub unsafe fn peek<'a>(stack: Stack) -> &'a Value
Peek at the top value without removing it
Stack must not be null Caller must ensure the returned reference is used within a valid lifetime