First Draft: Static Single Assignment

Walter Bright newshound2 at digitalmars.com
Wed Dec 3 08:37:52 UTC 2025


On 11/27/2025 6:11 PM, Kapendev wrote:
> The minimalist and pragmatic thing would be to not make it part of the language 
> and let tooling handle it. Less work for everyone, core D devs don't have to do 
> something and users don't have to learn and work with one more const-like keyword.

You can utterly ignore `final` and your code will work just fine. That's also 
why `final` does not affect function overloading.


More information about the dip.development mailing list