patch_seq_map_keys

Function patch_seq_map_keys 

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

Get all keys from the map as a list

Stack effect: ( Map – Variant )

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

§Safety

Stack must have a Map on top