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]: std.meta & std.typecons #11

Open
wilzbach opened this issue Aug 21, 2016 · 0 comments
Open

[new gem]: std.meta & std.typecons #11

wilzbach opened this issue Aug 21, 2016 · 0 comments
Labels

Comments

@wilzbach
Copy link
Member

From @wilzbach on June 14, 2016 1:26

With std.meta one can do cool stuff like static foreach:

foreach(Type, AliasSeq!(int, double)
 ...

and well std.typecons is D's library version of tuples.

I am not sure yet whether they can combined into a single gem, but imho they are definitely worth explaining.

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

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