ArgsConstructor.this

Generated constructor accepting a list of defined fields.

mixintemplate ArgsConstructor(Args...)
this
()
(
auto ref inout scope typeof(Args) args
)

Parameters

args typeof(Args)

list of fields as arguments to constructor

Return Value

Fully constructed typeof(this) instance

Meta