Skip to main content

interp_hashset_union

Function interp_hashset_union 

Source
fn interp_hashset_union(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Compute the union of two HashSets, returning a new HashSet.

@param s1 integer scalar: first hashset ID @param s2 integer scalar: second hashset ID @return integer scalar with class “hashset”: the union