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