does cast make an lvalue appear to be an rvalue

Dicebot public at dicebot.lv
Wed Oct 16 10:55:54 PDT 2013


struct S {
   R r;
   this(ref immutable(T) t) immutable {
     r.tupleof = t.tupleof;
   }
}

?


More information about the Digitalmars-d-learn mailing list