Combine type attributes, kind and identifier to produce a declaration.
TODO reconsider the function name.
- Don't encode the return type in the name (?)
- Is it really a Decl-> declaration? Maybe more appropriate would be
"merge", of type and attributes?
trusted: shouldn't be needed but because of changes to dmd-2.094.0
autotoStringDecl(TypeKind t, TypeAttr ta, string id)
Combine type attributes, kind and identifier to produce a declaration. TODO reconsider the function name. - Don't encode the return type in the name (?) - Is it really a Decl-> declaration? Maybe more appropriate would be "merge", of type and attributes?
trusted: shouldn't be needed but because of changes to dmd-2.094.0