CopyConstructor

Mix in a copy constructor

@safe
mixin template CopyConstructor () {}

Constructors

this
this(typeof(this) copyable)

Generated copy constructor.

Meta