On Sunday, 6 October 2024 at 04:04:28 UTC, Walter Bright wrote: > ``` > struct S { ... } > > this(ref S) // copy constructor [...] The above seems to invite `this(mov S)` move constructor.