Feature Request: Add a uniq() expression
Open
- Dominant language
- Go
- Stars
- 27
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Add uniq() to operate on a list and return a list with the unique values from the original list.
Example list = {1,2,3,4,4,4,5,5}
llist.uniq() returns {1,2,3,4,5}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.