fn interp_hashmap_size(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Return the number of key-value pairs in a HashMap.
@param h integer scalar: hashmap ID @return integer scalar: the number of entries