Find the set of differences of multiple arrays that belong to A but not to B/C/D... of the elements of
arguments
minus([1, 2], [2, '33'], [2, 4]) // [1] Copy
minus([1, 2], [2, '33'], [2, 4]) // [1]
2.2.1
Find the set of differences of multiple arrays that belong to A but not to B/C/D... of the elements of