Both these forms are the same. It's called UFCS (uniform function call syntax). Here's some material to help you understand what's going on here:http://ddili.org/ders/d.en/ufcs.html http://nomad.so/2013/08/alternative-function-syntax-in-d/
Noted, and thanks.