@property |
An @property implemented with both getter and setter functions. |
readonly @property |
An @property, but without a public setter. |
default |
This is used in the documentation of enums to indicate which value is
the default for functions that take the enum as an optional parameter.
|
size_t |
This is an unsigned integer type defined by D to be 32-bits on
32-bit targets and 64-bit on 64-bit targets. This is the type of
the .length member of arrays.
|
ptrdiff_t |
This is also defined by D. It's just like size_t, but signed.
|
DEPRECATED
|
Has been deprecated with the deprecated attribute. |
REMOVED
|
Existed in a previous version, but has now been removed. |