I l@ve RuBoard Previous Section Next Section

set_intersection()

set_intersection() constructs a sorted sequence of the elements present in both sequences. For example, given the two sequences {0,1,2,3} and {0,2,4,6}, the set intersection is {0,2}.

    I l@ve RuBoard Previous Section Next Section