On Sunday, 6 October 2024 at 04:04:28 UTC, Walter Bright wrote:
> ```
> struct S { ... }
>
> [...]
Within the language today what part of a move operation actually
requires a new form of constructor? Isn't the whole point that
you're just transferring ownership of a constructed object?