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

Issue 4536 - Typetuples (T...) should have an .init member #719

Merged
merged 1 commit into from
Feb 19, 2012

Conversation

yebblies
Copy link
Member

Transform TT!(T, U, V, ...).init to TT!(T.init, U.init, V.init, ...)

http://d.puremagic.com/issues/show_bug.cgi?id=4536

Transform TT!(T, U, V, ...).init to TT!(T.init, U.init, V.init, ...)
WalterBright added a commit that referenced this pull request Feb 19, 2012
Issue 4536 - Typetuples (T...) should have an .init member
@WalterBright WalterBright merged commit 809ce85 into dlang:master Feb 19, 2012
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.

2 participants