fn interp_hashset_to_vector(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Convert a HashSet to a character vector.
The order of elements is not guaranteed (HashSet is unordered).
@param s integer scalar: hashset ID @return character vector of the set’s elements