Doc Comments /
Attribute
Difference (previous author) (Change, Edit, normal page display)
Changed: 3c3,4
== More Information = |
== Messages = Add your comments here... |
Changed: 5c6
== Examples = |
=== Protection Attributes === |
Changed: 7,8c8
== Message = Put your comments about the official/non-official page here. |
The text on protection attributes on ![]() ![]() |
Changed: 10c10
The text on protection attributes on ![]() ![]() |
=== final === |
Added: 13a14,15
=== const === |
Deleted: 17,18d18
== Amendments = You may add a link to this page on the DocumentationAmendments page to draw extra attention to your suggestion. |
Changed: 22c22
*See the corresponding page in the D Specification: ![]() |
*![]() |
Changed: 24,25c24,26
**![]() ** ![]() |
**![]() ** ![]() * ![]() ![]() |
Attributes
Messages
Add your comments here...
Protection Attributes
The text on protection attributes on DigitalMars:d/attribute.html is misleading/incomplete. See
NG:digitalmars.D/10906.
final
The only mention of 'final' is for member functions. I think this section should have a description of what final does in general and have a link to the member function usage for that specific case. [BenHinkle]
const
The const attribute should say a bit more about what can be evaluated at compile time and what can't. For example passing a constant to a function like std.math.sin(2.0) is not allowed even though as a human looking at it one could evaluate it at compile time. [BenHinkle]
Links
Corresponding page in the D Specification
- What does the final keyword do?
Qualifiers in D: learn more about Protection Attributes and Storage Attributes in the D Programming Language (
NG:digitalmars.D.bugs/7768)