Return type.
Passing const char* instead of 'const(char)* to a member function will
erroneously cause the function to be const. You should use attrib for this instead.
Must be void for constructors and destructors.
Must be non-null, except where it is ignored.
Return type. Passing const char* instead of 'const(char)* to a member function will erroneously cause the function to be const. You should use attrib for this instead. Must be void for constructors and destructors. Must be non-null, except where it is ignored.