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

new gem: alias, tuples & static foreach #375

Closed
wilzbach opened this issue Jun 26, 2016 · 2 comments
Closed

new gem: alias, tuples & static foreach #375

wilzbach opened this issue Jun 26, 2016 · 2 comments
Labels

Comments

@wilzbach
Copy link
Member

I feel that neither alias, static foreach and tuples are well represented in the tour. They are already needed in other sections (e.g. #264), so we should probably try to enhance basics/alias-strings and maybe even create a new gem. The meta programming gem also doesn't cover any of these topics.

btw if static foreach is unfamilar:

import std.meta : AliasSeq;
foreach (c, AliasSeq!(int, float))
   ...
@wilzbach
Copy link
Member Author

Missing alias explanation has also been reported in #356

@wilzbach wilzbach changed the title alias, tuples & static foreach new gem: alias, tuples & static foreach Jun 26, 2016
@wilzbach
Copy link
Member Author

This issue was moved to dlang-tour/english#14

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

No branches or pull requests

1 participant