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

Add support for :indexed-by in rf-for #15

Closed
green-coder opened this issue Apr 11, 2019 · 0 comments
Closed

Add support for :indexed-by in rf-for #15

green-coder opened this issue Apr 11, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@green-coder
Copy link
Member

The idea is to have a quick way to have an index in the for loop.

['(b/for [a [:a :b :c] :indexed-by i]
    [a i])]

;; Should render as
[:a 0 :b 1 :c 2]
@green-coder green-coder self-assigned this Apr 11, 2019
@green-coder green-coder added the enhancement New feature or request label Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant