Dynamic Ctors ?

Voitech via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Feb 7 23:08:58 PST 2016


On Saturday, 6 February 2016 at 23:35:17 UTC, Ali Çehreli wrote:
> On 02/06/2016 10:05 AM, Voitech wrote:
>
> > [...]
>
> You can use string mixins (makeCtor and makeCtors):
>
> string makeCtor(T)() {
>     import std.string : format;
>
> [...]

Thank you very much for answering.
Cheers


More information about the Digitalmars-d-learn mailing list