answers whether an item is not included in a collection( a = [1,3,6,8,9,0]; // here we are using the contraint as a function [1,2,3,4,5,6,7,8,9,0].select(IsNotIn(a)).postln [ 2, 4, 5, 7 ] )
Boolean