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