|
2 | 2 |
|
3 | 3 | $(SPEC_S Functions,
|
4 | 4 |
|
5 |
| -$(NOT_EBOOK |
6 |
| -$(DIVC page-contents quickindex, |
7 |
| - $(DIVC page-contents-header, |
8 |
| - $(B Contents) |
9 |
| - ) |
10 |
| - $(OL |
11 |
| - $(LI $(RELATIVE_LINK2 grammar, Grammar)) |
12 |
| - $(LI $(RELATIVE_LINK2 contracts, Contracts)) |
13 |
| - $(LI $(RELATIVE_LINK2 function-return-values, Function Return Values)) |
14 |
| - $(LI $(RELATIVE_LINK2 function-declarations, Functions Without Bodies)) |
15 |
| - $(LI $(RELATIVE_LINK2 pure-functions, Pure Functions)) |
16 |
| - $(LI $(RELATIVE_LINK2 nothrow-functions, Nothrow Functions)) |
17 |
| - $(LI $(RELATIVE_LINK2 ref-functions, Ref Functions)) |
18 |
| - $(LI $(RELATIVE_LINK2 auto-functions, Auto Functions)) |
19 |
| - $(LI $(RELATIVE_LINK2 auto-ref-functions, Auto Ref Functions)) |
20 |
| - $(LI $(RELATIVE_LINK2 inout-functions, Inout Functions)) |
21 |
| - $(LI $(RELATIVE_LINK2 optional-parenthesis, Optional Parentheses)) |
22 |
| - $(LI $(RELATIVE_LINK2 property-functions, Property Functions)) |
23 |
| - $(LI $(RELATIVE_LINK2 virtual-functions, Virtual Functions)) |
24 |
| - $(OL |
25 |
| - $(LI $(RELATIVE_LINK2 function-inheritance, Function Inheritance and Overriding)) |
26 |
| - ) |
27 |
| - $(LI $(RELATIVE_LINK2 inline-functions, Inline Functions)) |
28 |
| - $(LI $(RELATIVE_LINK2 function-overloading, Function Overloading)$(OL |
29 |
| - $(LI $(RELATIVE_LINK2 overload-sets, Overload Sets)) |
30 |
| - )) |
31 |
| - $(LI $(RELATIVE_LINK2 parameters, Function Parameters)$(OL |
32 |
| - $(LI $(RELATIVE_LINK2 function-default-args, Function Default Arguments)) |
33 |
| - $(LI $(RELATIVE_LINK2 return-ref-parameters, Return Ref Parameters)) |
34 |
| - $(LI $(RELATIVE_LINK2 variadic, Variadic Functions)) |
35 |
| - )) |
36 |
| - $(LI $(RELATIVE_LINK2 local-variables, Local Variables)) |
37 |
| - $(OL $(LI $(RELATIVE_LINK2 local-static-variables, Local Static Variables))) |
38 |
| - $(LI $(RELATIVE_LINK2 nested, Nested Functions)) |
39 |
| - $(LI $(RELATIVE_LINK2 closures, Delegates, Function Pointers, and Closures)) |
40 |
| - $(OL $(LI $(RELATIVE_LINK2 anonymous, Anonymous Functions and Anonymous Delegates))) |
41 |
| - $(LI $(RELATIVE_LINK2 main, main() Function)) |
42 |
| - $(LI $(RELATIVE_LINK2 function-templates, Function Templates)) |
43 |
| - $(LI $(RELATIVE_LINK2 interpretation, Compile Time Function Execution (CTFE))$(OL |
44 |
| - $(LI $(RELATIVE_LINK2 string-mixins, String Mixins and Compile Time Function Execution)) |
45 |
| - )) |
46 |
| - $(LI $(RELATIVE_LINK2 function-safety, Function Safety)$(OL |
47 |
| - $(LI $(RELATIVE_LINK2 safe-functions, Safe Functions)) |
48 |
| - $(LI $(RELATIVE_LINK2 trusted-functions, Trusted Functions)) |
49 |
| - $(LI $(RELATIVE_LINK2 system-functions, System Functions)) |
50 |
| - )) |
51 |
| - $(LI $(RELATIVE_LINK2 function-attribute-inference, Function Attribute Inference)) |
52 |
| - $(LI $(RELATIVE_LINK2 pseudo-member, Uniform Function Call Syntax (UFCS))) |
53 |
| - ) |
54 |
| -) |
55 |
| -) |
| 5 | +$(SPEC_HEADERNAV_TOC) |
56 | 6 |
|
57 | 7 | $(H2 $(LNAME2 grammar, Grammar))
|
58 | 8 |
|
|
0 commit comments