Update review to match PR

This commit is contained in:
Daniel P H Fox 2025-03-08 04:56:14 +00:00 committed by GitHub
parent 6835f4c684
commit b3ff154202
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,11 @@
## Summary
Add a syntax to table literals to allow them to be frozen from construction.
Add syntax for freezing a table upon construction to:
- Improve ergonomics of immutable code
- Reduce friction incurred by fully qualified `table.freeze`
- Trivially detect optimisation opportunities for deeply frozen tables at construction time
- Leverage the technical benefits of immutability in more places via easy adoption
```Lua
local struct = {: