Skip to content

ContainsNone

Tests whether a list contains none of the elements of another list.

$ wo 'ContainsNone[{1, 2, 3}, {4, 5}]'
True
$ wo 'ContainsNone[{1, 2, 3}, {2, 4}]'
False