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.
2 parents fa61329 + b3cd87c commit d912ac1Copy full SHA for d912ac1
dstyle.dd
@@ -171,6 +171,19 @@ immutable hexDigits = "0123456789ABCDEF";
171
-------------------------------
172
Enum Direction { bwd, fwd, both }
173
Enum OpenRight { no, yes }
174
+-------------------------------
175
+ )
176
+
177
+ $(DT Acronyms)
178
+ $(DD When acronyms are used in symbol names, all letters in the acronym
179
+ should have the same case. So, if the first letter in the acronym
180
+ is lowercase, then all of the letters in the acronym are lowercase, and
181
+ if the first letter in the acronym is uppercase, then all of the
182
+ letters in the acronym are uppercase.
183
184
185
+class UTFException;
186
+ubyte asciiChar;
187
188
)
189
0 commit comments