mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
remove old float
type entirely
This commit is contained in:
parent
a911146182
commit
f26e65a943
10 changed files with 80 additions and 98 deletions
|
@ -110,7 +110,7 @@ string res = tos2("");
|
|||
|
||||
fn is_js_prim(typ string) bool {
|
||||
return typ == 'int' || typ == 'string' ||
|
||||
typ == 'bool' || typ == 'float' || typ == 'f32' || typ == 'f64' ||
|
||||
typ == 'bool' || typ == 'f32' || typ == 'f64' ||
|
||||
typ == 'i8' || typ == 'i16' || typ == 'i32' || typ == 'i64'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue