-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: Document arbitrary-position list spreads #346
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy preview ready! 🌾
To edit notification comments on pull requests, go to your Netlify site settings. |
How does this new wording look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! Have some suggested wording, but I think this looks great.
@@ -25,6 +25,22 @@ print(oneTwoThree) // [1, 2, 3] | |||
|
|||
We can also write functions that process data in lists, but we'll save that fun for the section on Pattern Matching. | |||
|
|||
## More On Spreads (`...`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## More On Spreads (`...`) | |
## More on Spreads (`...`) |
Blocked on grain-lang/grain#1665 @alex-snezhko Can we mark this as a draft for now? |
Ref grain-lang/grain#1665 documenting and warning about performance implications of arbitrary-position spread