-
-
Notifications
You must be signed in to change notification settings - Fork 368
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 documentation for compile-time lists #986
Conversation
Reopening. I will need to update the naming to match dlang/phobos#3265 and dlang/phobos#3264 but documentation itself shouldn't change a lot. Ping @WalterBright |
--- | ||
|
||
$(P `T` here is variadic $(LINK2 template.html#TemplateArgumentList, template argument list) | ||
which is a core language feature. It is has own very special semantics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"is has"
@CyberShadow ctarguments.html does not appear in the documentation auto tester, so it is difficult to review DDoc and formatting. |
@JinShil okay to pull this now so you can submit edits as a separate PR? |
It's |
New documentation for compile-time lists
done |
Intended to be merged after dlang/phobos#3128
and replace existing http://dlang.org/tuple
After that http://dlang.org/tuple can be rewritten to explain usage of
std.typecons.Tuple
in moredetails and provide reference about historical naming reasons.
I am very sloppy with DDOC so any advice in improving formatting and style is very welcome