[ Version ( since = "0.2.2" ) ]
public List new_intersection (List sourceTwo)
Construct a new list that is filled with only the elements that are present in both this and
sourceTwo.
| this |
the first list to copy |
| sourceTwo |
the second list to copy |
|
an intersection of the two lists |