patch_seq_map_values

Function patch_seq_map_values 

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

Get all values from the map as a list

Stack effect: ( Map – Variant )

Returns a Variant containing all values in the map. Note: Order is not guaranteed (HashMap iteration order).

§Safety

Stack must have a Map on top