Meaning of the dot-function syntax

dhs dhs at email.com
Sun Oct 1 08:22:48 UTC 2023


Hi,

What's the meaning of the dot in the call to writeln() below?

```d
     .writeln("Hello there!");
```

I haven't found this in the spec or anywhere else. This is used 
very often in the source code for Phobos.

Thanks,
dhs



More information about the Digitalmars-d-learn mailing list