new_intersection
Description:
Construct a new list that is filled with only the elements that are present in both this and sourceTwo
.
Parameters:
this |
the first list to copy |
sourceTwo |
the second list to copy |
Returns:
an intersection of the two lists |