Deprecation with an additional message applied to Dsymbols, e.g. deprecated("Superseeded by foo") int bar;. (Note that deprecated int bar; is currently represented as a StorageClassDeclaration with STC.deprecated_)
deprecated(<msg>) <decl...>
Provides a new scope with STC.deprecated_ and Scope.depdecl set
deprecation message
cached string representation of msg
See Implementation
Deprecation with an additional message applied to Dsymbols, e.g. deprecated("Superseeded by foo") int bar;. (Note that deprecated int bar; is currently represented as a StorageClassDeclaration with STC.deprecated_)
deprecated(<msg>) <decl...>