Element - ⊍
- Symmetric Set difference
Characters:
⊍
Description
Uncommon elements of two arrays
Overloads
any-any
-list(set(a) ^ set(b))
Examples
⟨1|2⟩ ⟨2|3|4⟩ ⊍
=⟨1|3|4⟩
12 234 ⊍
=⟨1|3|4⟩
12 `12` ⊍
=⟨⟩
`12` 12 ⊍
=⟨⟩