mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: reduce the number of array allocations for consts in all V programs (#18889)
This commit is contained in:
@ -35,7 +35,7 @@ const (
|
||||
u32(1000000000),
|
||||
u32(10000000000),
|
||||
u32(100000000000),
|
||||
]
|
||||
]!
|
||||
)
|
||||
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user