CompoundStatement.this

Construct a CompoundStatement using an already existing array of Statements

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

Parameters

loc
Type: Loc

Instantiation information

statements
Type: Statements*

An array of Statements, that will referenced by this class

Meta