Passing variables, preserving UDAs: A Gripe

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 8 04:38:47 PST 2017


try this:
void main()
{
     auto foo = new Foo();
     doStuff!(Foo.s);
}


More information about the Digitalmars-d mailing list