CompoundStatement.this

Construct a CompoundStatement using an already existing array of Statements

  1. this(Loc loc, Statements* s)
    class CompoundStatement
    final extern (D)
    this
    (
    Loc loc
    ,
    Statements* s
    )
  2. this(Loc loc, Statement[] sts...)

Parameters

loc
Type: Loc

Instantiation informations

s
Type: Statements*

An array of Statements, that will referenced by this class

Meta