Skip to content

Commit

Permalink
Initial overview of extension structs (#2352)
Browse files Browse the repository at this point in the history
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
leafpetersen authored Jul 29, 2022
1 parent cbca2be commit d2639a7
Showing 1 changed file with 1,067 additions and 0 deletions.
Loading

0 comments on commit d2639a7

Please sign in to comment.