File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
Ddoc
2
2
3
- $(D_S Compile-time Argument Lists ,
3
+ $(D_S $(TITLE)) ,
4
4
5
5
$(HEADERNAV_TOC)
6
6
@@ -245,5 +245,5 @@ $(H3 $(LNAME2 symbol-seq, Symbol sequences))
245
245
)
246
246
247
247
Macros:
248
- TITLE=Compile-time Argument Lists
248
+ TITLE=Compile-time Sequences
249
249
SUBNAV=$(SUBNAV_ARTICLES)
Original file line number Diff line number Diff line change @@ -129,10 +129,9 @@ $(D_S Articles,
129
129
templates.)
130
130
)
131
131
$(DIVC item,
132
- $(H4 $(LINK2 $(ROOT_DIR)articles/ctarguments.html, Compile-time Argument
133
- Lists))
134
- $(P A compile-time list is a list of compile-time entities -
135
- types, symbols (names) and expressions (values). This
132
+ $(H4 $(LINK2 $(ROOT_DIR)articles/ctarguments.html, Compile-time Sequences))
133
+ $(P A compile-time sequence is a sequence of compile-time entities -
134
+ types, symbols (names) and values. This
136
135
article shows how to work with them.)
137
136
)
138
137
)
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ $(SUBNAV_TEMPLATE
472
472
$(ROOT_DIR)articles/regular-expression.html, Regular Expressions,
473
473
$(ROOT_DIR)articles/safed.html, SafeD,
474
474
$(ROOT_DIR)articles/templates-revisited.html, Templates Revisited,
475
- $(ROOT_DIR)articles/ctarguments.html, Compile-time Argument Lists ,
475
+ $(ROOT_DIR)articles/ctarguments.html, Compile-time Sequences ,
476
476
$(ROOT_DIR)articles/variadic-function-templates.html, Variadic Templates,
477
477
$(ROOT_DIR)articles/d-array-article.html, D Slices,
478
478
$(ROOT_DIR)articles/cppcontracts.html, D's Contract Programming,
Original file line number Diff line number Diff line change 3
3
For documentation on tuples that are commonly present in other languages (anonymous runtime entity that groups
4
4
different values) refer to $(LINK2 phobos/std_typecons.html#tuple, Phobos documentation on std.typecons.tuple)
5
5
6
- You may be also looking for documentation for built-in $(LINK2 ctarguments.html, compile-time argument lists )
6
+ You may be also looking for documentation for built-in $(LINK2 ctarguments.html, compile-time sequences )
7
7
which can be sometimes referred as "tuples" too (though it is discouraged).
8
8
9
9
Macros:
You can’t perform that action at this time.
0 commit comments