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.
Mike B Johnson via Digitalmars-d-learn Sat, 06 May 2017 14:46:41 -0700
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.