> server gets passed to the first argument in the background?

We really should not name it this way, it is no magic. It was called UFCS in 
D-Lang and is called "Method Call Syntax" in Nim. f(x) can be written as x.f

[https://en.wikipedia.org/wiki/Uniform_Function_Call_Syntax](https://en.wikipedia.org/wiki/Uniform_Function_Call_Syntax)

[https://nim-lang.org/docs/manual.html#procedures-method-call-syntax](https://nim-lang.org/docs/manual.html#procedures-method-call-syntax)

Reply via email to