https://issues.dlang.org/show_bug.cgi?id=15315
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- Wait, what? Aren't *both* k1.id and k2.id *immutable*? How could move(k2,k1) be valid, since it would overwrite k1, which violates the immutability of k1.id? --
