Record.this

Accepts parameters matching the types of the fields declared in the template arguments and automatically assigns values to the backing fields.

struct Record(T...)
this
(
Types values
)
if (
T.length % 2 == 0 &&
areTypeNamePairs!T
)

Meta

Authors

Tony J. Hudgins