On 11 May 2012 13:21, Christophe <[email protected]> wrote:
> 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. Indeed, and vice versa.
