void main() {
    auto s = S();
    s["b", "c"] = s["a"];
}

Prints

a
["b", "c"]

Ali

I thought about this too, thanks!

Reply via email to