digitalmars.D.learn - In what state of DIP23?
- Michael (2/9) Sep 23 2013 What is about this part?
by subject)
"Read" properties with the property annotation Applying the
"()" to a property will simply apply it to the result of the
property. THIS IS A CHANGE OF BEHAVIOR. unittest
{
property int function() prop1() { return () => 42; }
assert(prop1() == 42);
}
What is about this part?
Sep 23 2013








"Michael" <pr m1xa.com>