mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
The.
This commit is contained in:
parent
f262cf158a
commit
2d62dad120
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Make `tonumber(x)` ~2x faster by avoiding reparsing string arguments.
|
|||
|
||||
---
|
||||
|
||||
Luau compiler now optimizes table literals where keys are constant variables the same way as if they were constants, eg
|
||||
The Luau compiler now optimizes table literals where keys are constant variables the same way as if they were constants, eg
|
||||
|
||||
```lua
|
||||
local r, g, b = 1, 2, 3
|
||||
|
|
Loading…
Add table
Reference in a new issue