gets rewritten to--- t.opIndex("b").opIndexAssign(t["a"].value, "c"); ---
Sorry, forgot one level of rewriting: --- t.opIndex("b").opIndexAssign(t.opIndex("a").value, "c"); ---
Moritz Maxeiner via Digitalmars-d-learn Mon, 18 Sep 2017 08:16:03 -0700
gets rewritten to--- t.opIndex("b").opIndexAssign(t["a"].value, "c"); ---
Sorry, forgot one level of rewriting: --- t.opIndex("b").opIndexAssign(t.opIndex("a").value, "c"); ---