Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial overview of extension structs (#2352)
Add a proposal exploring the possibility of addressing #1474 while hewing closely to existing Dart concepts. Essentially, we add a restricted form of classes ("structs") which are essentially data classes with primary constructors; and then a further restricted form of structs ("extension structs") which provide wrapper-less views on an object.
- Loading branch information