Official ZPE/YASS documentationlist_contains_all
list_contains_all (list l1, list l2) ⇒ boolean
Checks whether a list, l1, contains all items from another list, l2. This function accepts duplicates as being contained.
First available: Version 1.9.13
There are no comments on this page.