Program.this

Constructs a new program with the given name.

class Program
@safe
this
(
string name
)

Parameters

name string

Name of the program.

Throws

AssertionError if the name is empty.