CopyCtor

Creates a copy c'tor for all members in the struct.

This is only meant for structs where all members are to be copied. For anything more complex write a custom ctor.

mixin template CopyCtor () {}

Constructors

this
this(typeof(this) rhs)
Undocumented in source.

Meta