patch_seq_peek_bool_value

Function patch_seq_peek_bool_value 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_peek_bool_value( stack: Stack, ) -> bool
Expand description

Peek at a bool value on top of stack without popping (for pattern matching)

ยงSafety

Stack must have a Bool value on top