Manu , dans le message (digitalmars.D:166891), a écrit : > All ref should really be, is syntactical sugar for a pointer, which asserts > that it be non-null/initialised, and that it not expose the pointer > assignment mechanism.
And implicit conversion of l-values to their ref type. > Is there something more that 'ref' does in D that wouldn't work under that > setup?
