genCanonicalizeBody

Constructors

this
this()
Undocumented in source.
this
this(Base base)
Undocumented in source.
this
this(Node node, LoadingContext context)
Undocumented in source.

Members

Aliases

ConvFuns
alias ConvFuns = AliasSeq!()
Undocumented in source.
ConvFuns
alias ConvFuns = Stride!(2, FieldCanonicalizer[1..$])
Undocumented in source.
FNames
alias FNames = FieldNameTuple!Base
Undocumented in source.
FTypes
alias FTypes = Fields!Base
Undocumented in source.

Functions

canonicalize
void canonicalize(Base base)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin genToString
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.

Static functions

findIndex
auto findIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin genToString

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin genIdentifier

identifier
auto identifier()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta