New slides about Go

Max Samukha spambox at d-coding.com
Fri Oct 15 01:54:09 PDT 2010


On 10/15/2010 11:49 AM, Max Samukha wrote:

> ref Ref!T byref(T)(ref T v)
> {
>      return Ref!T(v);
> }

should be

Ref!T byref(T)(ref T v)
{
     return Ref!T(v);
}



More information about the Digitalmars-d mailing list