Added uniqueSymmetricDifference and updated symmetricDifference

This commit is contained in:
Angelos Chalaris
2018-08-17 08:37:08 +03:00
parent 61d3e3a29e
commit 250a856e69
5 changed files with 40 additions and 4 deletions

View File

@ -302,6 +302,7 @@ unionWith:array,function
uniqueElements:array
uniqueElementsBy:array,function
uniqueElementsByRight:array,function
uniqueSymmetricDifference:array,math
untildify:node,string
unzip:array
unzipWith:array,function,advanced