Allow default constructors for structs

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sat Aug 31 01:49:20 UTC 2024


There is a subset of constructors we certainly can do without analyzing 
type states and the implications thereof.

Specifically, if you have a constructors with only default values, 
require that it must have at least one named argument into it.

Anything that messes with .init, is going to need a lot more work than 
presented here.


More information about the dip.ideas mailing list