On 11/27/2025 10:50 PM, Kapendev wrote: > Don't have a source, but I would say that people new to D already > find `const` and `immutable` a bit confusing. Immutable is solid code when dealing with multiple threads, as no synchronization is necessary. It also means no other pointers can modify it.