set_difference (list l, list m) ⇒ list
Generates a new set that is the difference of two sets, l and m. l - m.
First available: Version 1.3.2
set_difference (list l, list m) ⇒ list
Generates a new set that is the difference of two sets, l and m. l - m.
Where to search
There are no comments on this page.