www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - In what state of DIP23?

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