Hey Guys, Pointers support is coming!
The following code compiles now:
uint* fn(uint v)
{
return new uint(v + 6);
}
static assert(*fn(5) == 11);
Hey Guys, Pointers support is coming!
The following code compiles now:
uint* fn(uint v)
{
return new uint(v + 6);
}
static assert(*fn(5) == 11);