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 #14

Open
wilzbach opened this issue Aug 21, 2016 · 1 comment
Open

new gem: alias, tuples & static foreach #14

wilzbach opened this issue Aug 21, 2016 · 1 comment
Labels

Comments

@wilzbach
Copy link
Member

From @wilzbach on June 26, 2016 0:6

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))
   ...

Copied from original issue: dlang-tour/core#375

@wilzbach
Copy link
Member Author

Missing alias explanation has also been reported in #356

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