We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eff80 commit da48679Copy full SHA for da48679
spec/declaration.dd
@@ -169,7 +169,7 @@ int (\*[] x)(char); // C array of pointers to functions
169
$(RATIONALE
170
* In D types are straightforward to read from right to left,
171
unlike in C where parentheses are sometimes required and the type is
172
- read iteratively using the 'right-left' rule.
+ read iteratively using the clockwise/spiral rule.
173
* For a C function pointer declaration `a (*b)(c);` a C parser needs
174
to attempt a type lookup in order to parse it unambiguously - it
175
could be a call to a function called `a` which returns a function
0 commit comments