MemberExprNode.this

Undocumented in source.
  1. this(TokenIndex loc, ScopeIndex parentScope, AstIndex aggregate, Identifier memberId, AstIndex type)
    struct MemberExprNode
    this
    (
    TokenIndex loc
    ,
    ScopeIndex parentScope
    ,
    AstIndex aggregate
    ,
    Identifier memberId
    ,
    AstIndex type = AstIndex.init
    )
  2. this(TokenIndex loc, ScopeIndex parentScope, AstIndex aggregate, AstIndex member, uint memberIndex, MemberSubType subType)

Meta