3 lines
47 B
Text
3 lines
47 B
Text
|
|
symmetric_difference( [1,2,1,2]; [2,3] )
|
||
|
|
[1,3]
|