Non-null objects, the Null Object pattern, and T.init

Adam D. Ruppe destructionator at gmail.com
Thu Jan 16 18:05:47 PST 2014


On Friday, 17 January 2014 at 01:57:24 UTC, Rikki Cattermole 
wrote:
> I am assuming init will be a property static function. So 
> essentially we would be removing .init support for classes in 
> compiler and pushing it out into Object.

I don't think a function would work without major work since that 
would mean adding non-blit* default construction to the language 
- which isn't present at all right now.


More information about the Digitalmars-d mailing list