On Wednesday, 9 October 2024 at 06:46:52 UTC, Sönke Ludwig wrote: > Otherwise it would be sufficient to simply introduce a way to > prohibit moving a type and avoid the pile of complications and > implications of move constructors Prohibition of moving would look nicely as ``` @disable @move this(); ```