Skip to main content

interp_hashmap_values

Function interp_hashmap_values 

Source
fn interp_hashmap_values(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Return all values of a HashMap as a list.

The order of values corresponds to the (unordered) key iteration order.

@param h integer scalar: hashmap ID @return list of values