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

Using .. for Joining Lists via Spreading #7092

Open
Tracked by #7091
smores56 opened this issue Sep 18, 2024 · 0 comments
Open
Tracked by #7091

Using .. for Joining Lists via Spreading #7092

smores56 opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request intermediate issue Likely good for someone who has completed a few other issues

Comments

@smores56
Copy link
Collaborator

We want to support the following syntax for concatenating lists together:

newList = [..(quickSort lessEq), pivot, ..(quickSort greater)]

This should:

  1. Create a new list that has the reserved capacity of the sum length of the components
  2. List.concat full lists
  3. List.append individual items
@smores56 smores56 added intermediate issue Likely good for someone who has completed a few other issues enhancement New feature or request labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intermediate issue Likely good for someone who has completed a few other issues
Projects
None yet
Development

No branches or pull requests

1 participant