mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: int => i64 (part 2)
This commit is contained in:
parent
8023e25bea
commit
eb30f2642b
6 changed files with 19 additions and 17 deletions
|
@ -69,7 +69,7 @@ pub mut:
|
|||
d_u16 u16
|
||||
d_i16 i16
|
||||
d_u32 u32
|
||||
d_i32 int
|
||||
d_i32 i32
|
||||
d_u64 u64
|
||||
d_i64 i64
|
||||
d_f32 f32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue