mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builtin: move min/max integer values consts from math
to builtin (#19809)
This commit is contained in:
parent
7e7e43866a
commit
97f7c3f609
12 changed files with 90 additions and 27 deletions
|
@ -22,6 +22,7 @@ const (
|
|||
m4 = u64(0x0000ffff0000ffff)
|
||||
)
|
||||
|
||||
// TODO: this consts should be taken from int.v
|
||||
const (
|
||||
// save importing math mod just for these
|
||||
max_u32 = u32(4294967295)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue