A quick "thank you" to everyone to provided feedback to my `struct` syntax proposal! If I had to summarize all the feedback, it would be:
- This is neat
- I would like to have docstrings
- I want methods
- I don't want built-in methods
- I don't like the keyword
- Can it be an expression?
- Is this enough of an improvement over named tuples and dataclasses to warrant syntax?
Interestingly ppl didn't seem bothered by the lack of inheritance nearly as much as I expected.