keywords

or special case for literal list ("abstract"/"alias"/...)

  1. ParseTree keywords(ParseTree p)
    template keywords(kws...)
    if (
    kws.length > 0
    )
  2. ParseTree keywords(string input)
  3. string keywords(GetName g)

Members

Functions

ctfeConcatKeywords
string ctfeConcatKeywords()
Undocumented in source. Be warned that the author may not have intended to support it.
ctfeGetNameKeywords
string ctfeGetNameKeywords()
Undocumented in source. Be warned that the author may not have intended to support it.
keywords
ParseTree keywords(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
keywords
ParseTree keywords(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
keywords
string keywords(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

failString
enum failString;
Undocumented in source.
name
enum name;
Undocumented in source.

Meta