d.parser.type

Undocumented in source.

Members

Functions

parseBasicType
auto parseBasicType(TokenRange trange)
Undocumented in source. Be warned that the author may not have intended to support it.
parseType
AstType parseType(TokenRange trange)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTypeSuffix
AstType parseTypeSuffix(TokenRange trange, AstType type)

Parse *, [ ... ] and function/delegate types.

Meta