patch_seq_make_map

Function patch_seq_make_map 

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

Create an empty map

Stack effect: ( – Map )

§Safety

Stack can be any valid stack pointer (including null for empty stack)