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

?

Reply via email to