peek

Function peek 

Source
pub unsafe fn peek<'a>(stack: Stack) -> &'a Value
Expand description

Peek at the top value without removing it

ยงSafety

Stack must not be null Caller must ensure the returned reference is used within a valid lifetime