Feature Request: Add expression that returns the complement of 2 lists
Open
- Dominant language
- Go
- Stars
- 27
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Add an expression that returns the values in the original list that are not seen in the second list
Example, given list1={1,2,3} and list2={3,4,5} the expression list1.diff(list2) would return {1,2}. (list1.complement(list2) works as well)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.