[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public DeviceList new_intersection (DeviceList sourceTwo)
Warning: new_intersection is deprecated since 0.2.2.
Construct a new device list that is filled with only the devices that are present in both this and
sourceTwo
.
Use new_intersection instead.
this |
the first device list to copy |
sourceTwo |
the second device list to copy |
an intersection of the two device lists |