patch_seq_map_empty

Function patch_seq_map_empty 

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

Check if the map is empty

Stack effect: ( Map – Int )

Returns 1 if the map has no entries, 0 otherwise.

§Safety

Stack must have a Map on top