StructNode.this

Undocumented in source.
  1. this(string name, ParseTree baseType, Node[] children, string[] functions, Flag!"isStatic" isStatic)
    class StructNode
    this
    (
    string name
    ,
    ParseTree baseType
    ,,
    string[] functions
    ,
    Flag!"isStatic" isStatic = No.isStatic
    )
  2. this(string name, ParseTree baseType, Node[] children, Flag!"isStatic" isStatic)

Meta