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:
@@ -23,7 +23,7 @@ const (
|
||||
u64(100000000000000000),
|
||||
u64(1000000000000000000),
|
||||
u64(10000000000000000000),
|
||||
]
|
||||
]!
|
||||
)
|
||||
|
||||
//=============================================================================
|
||||
|
||||
Reference in New Issue
Block a user