Find the complement of multiple arrays
arguments
array
complement([1, 2], [2, '33'], [2]) // [1, '33'] Copy
complement([1, 2], [2, '33'], [2]) // [1, '33']
2.2.1
Find the complement of multiple arrays