My question and objections were to this line:

> Nim automatically passes by reference when it's faster than passing by copy, 
> so no you do not need to always use ref.

It seems wile maybe in some cases compiler optimises how data passed around, in 
other cases it does not. For practical purposes it basically means that you 
still had to use `ref`.

Reply via email to