How to get field default value at CT
Mike B Johnson via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat May 6 14:40:24 PDT 2017
I'd like to get the value assign to a field at CT.
struct
{
int x = 3434;
}
I'd like to get the assigned "value" 3434 for x at CT.
More information about the Digitalmars-d-learn
mailing list