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

Support attribute spreading with iterators #408

Closed
wants to merge 8 commits into from
Closed

Support attribute spreading with iterators #408

wants to merge 8 commits into from

Conversation

jonahlund
Copy link

@jonahlund jonahlund commented Dec 18, 2023

This PR adds the ability to spread attributes using iterators (#386, #240).

The syntax is as following:

(..)=[attrs] Where attrs is an expression that supports any iterator with tuples (including HashMap) where the name and value implements Display.

The syntax can be changed if this does not suffice

@jonahlund jonahlund closed this by deleting the head repository Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant