elastic / elastic/mito

Feature Request: Add a uniq() expression

Open
#94 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.