Parser.parseCtor

Parse a constructor definition: this(parameters) { body } or postblit: this(this) { body } or constructor template: this(templateparameters)(parameters) { body } Current token is 'this'.

class Parser
parseCtor
(
PrefixAttributes* pAttrs
)

Meta