#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_map_get(stack: Stack) -> StackExpand 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