Lawrence Aberba

Authored Comments

Good to know. It's something I think every modern language should consider. Especially when it can be resolved at compile time with no runtime cost. D seems to have inspired Nim in some way.

You're right Jesse. What I did instead was to mention my previous post which did talk about the filter function...which uses both UFCS and templates. So I didn't have to explain that filter!... template function and the different calling conventions too.