fn interp_hashset_has(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Check whether a string element is in a HashSet.
@param s integer scalar: hashset ID @param value character scalar: the element to check @return logical scalar: TRUE if present, FALSE otherwise