Creates a generator of unique values that are included in all given arrays.
[...intersection([2, 1], [2, 3])]// [2]
Rest
The arrays to inspect
Generated using TypeDoc
Creates a generator of unique values that are included in all given arrays.
Example
See