sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TemplateInstantiation
d
ast
identifier
Template instantiation (identifier!(arguments...))
final
class
TemplateInstantiation :
Identifier
{
Identifier
identifier
;
AstTemplateArgument
[]
arguments
;
this
(Location location, Identifier identifier, AstTemplateArgument[] arguments);
string
toString
(Context c);
}
Constructors
this
this
(Location location, Identifier identifier, AstTemplateArgument[] arguments)
Undocumented in source.
Members
Functions
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
arguments
AstTemplateArgument
[]
arguments
;
Undocumented in source.
identifier
Identifier
identifier
;
Undocumented in source.
Inherited Members
From Identifier
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ast
identifier
aliases
AstTemplateArgument
classes
BasicIdentifier
DotIdentifier
ExpressionDotIdentifier
Identifier
IdentifierBracketExpression
IdentifierBracketIdentifier
IdentifierDotIdentifier
TemplateInstantiation
TypeDotIdentifier
functions
apply
Template instantiation (identifier!(arguments...))