mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update review to match PR
This commit is contained in:
parent
6835f4c684
commit
b3ff154202
1 changed files with 5 additions and 1 deletions
|
@ -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 = {:
|
||||
|
|
Loading…
Add table
Reference in a new issue