std.file and isDir

Jonathan M Davis jmdavisProg at gmx.com
Sun Feb 6 21:45:29 PST 2011


On Sunday 06 February 2011 14:02:48 Andrej Mitrovic wrote:
> Dunno, but it's not in 2.51.
> 
> I find using uniform function call syntax can be confusing to read in
> the documentation. Or we all supposed to get used to it? :)

It's only in the documentation if it's a string, since we don't really have UFCS 
at this point, and in the case of std.file, I believe it's only there if the 
function is a property function, at which point it will likely be _required_ for 
it to be called that way.

- Jonathan M Davis


More information about the Digitalmars-d mailing list