Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPA should include a built-in to sort sets and arrays #465

Closed
tsandall opened this issue Sep 22, 2017 · 2 comments
Closed

OPA should include a built-in to sort sets and arrays #465

tsandall opened this issue Sep 22, 2017 · 2 comments

Comments

@tsandall
Copy link
Member

We need a built-in to sort sets and arrays and produce an array as output.

> sort([4,3,2,1], x) # produces x => [1,2,3,4]
@bhativ1303
Copy link

@tsandall : I will start on it.

@BenderScript
Copy link
Contributor

Pull request is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants