Le 02/08/2012 07:35, Walter Bright a écrit :
Using a class implies an extra level of indirection, and the other issue
is the only point to using a class is if you're going to derive from it
and override its methods. I don't see that for a Token.

Use pass-by-ref for the Token.


The fact that ref for classes and ref for everything else works differently don't really help here.

Reply via email to