patch_seq_map_get

Function patch_seq_map_get 

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

Get a value from the map by key

Stack effect: ( Map key – value )

Panics if the key is not found or if the key type is not hashable.

§Safety

Stack must have a hashable key on top and a Map below