CompoundStatement.this

Construct a CompoundStatement from an array of Statements

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

Parameters

loc
Type: Loc

Instantiation information

sts
Type: Statement[]

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

Meta