cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
Yes, using that At works if you want to initialize it there.
I was talking about the way user defined classes get their default constructor called, while implicit types get left initialized.
It should be more uniform.
And since user types do get their constructor called, I don't think there is any performance difference between what I'm proposing and the current situation.