On Tuesday, 3 March 2015 at 00:02:48 UTC, deadalnix wrote:
What do you think? How many times do you normally pass a global?

I fail too see how t being global vs t being a local that is doubly passed change anything.

Within the function, the global passed as a parameter creates an alias to the global. Fortunately, Andrei Fermat may have just solved the issue:

http://forum.dlang.org/post/md2pub$nqn$1...@digitalmars.com

Reply via email to