AllArgsConstructor

Mix in an all args constructor

@safe
mixin template AllArgsConstructor () {}

Constructors

this
this(typeof(this.tupleof) args)

Generated constructor accepting all defined fields.

Meta