Skip to main content

interp_hashset_intersect

Function interp_hashset_intersect 

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

Compute the intersection 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 intersection