Dicebot Wed, 16 Oct 2013 11:01:06 -0700
struct S { R r; this(ref immutable(T) t) immutable { r.tupleof = t.tupleof; } }
?