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