Environment.this

Construct an environment with a name and the given properties.

struct Environment
this
(
Props...
)
(
string name
,
auto ref Props props
)

Examples

Properties p1, p2, p3, p4; Environment("theName", p1, [ &p3, &p4 ], p2);

Meta