property syntax strawman

Michiel Helvensteijn m.helvensteijn.remove at gmail.com
Mon Aug 3 00:46:30 PDT 2009


Andrei Alexandrescu wrote:

>> auto data = std.file.readText(filename).chomp.split;
> 
> I love that too. Unfortunately, the way the water is moving, it looks
> like we'll lose some or all of that.

That's not really true. Some of those no-parameter functions are just meant
to be read-only properties instead of functions.

auto data = std.file.textFrom(filename).chomped.split;

-- 
Michiel Helvensteijn




More information about the Digitalmars-d mailing list