CompoundStatement.this

Construct a CompoundStatement from an array of Statements

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

Parameters

loc Loc

Instantiation information

sts Statement[]

A variadic array of Statements, that will copied in this class The entries themselves will not be copied.

Suggestion Box / Bug Report