Hey,
just wanted to know whether something like this would be possible sowmehow:

struct S
{
int m;
int n;
this(this)
{
m = void;
n = n;
}
}

So not the whole struct is moved everytime f.e. a function is called, but only n has to be "filled"

Reply via email to