fn interp_hashset_remove(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Remove a string element from a HashSet.
@param s integer scalar: hashset ID @param value character scalar: the element to remove @return logical scalar: TRUE if the element was present and removed, FALSE otherwise