ArgsConstructor

Undocumented in source.
@safe
mixin template ArgsConstructor (
Args...
) {}

Constructors

this
this(typeof(Args) args)

Generated constructor accepting a list of defined fields.

Meta