mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.gen.js: add more array tests and fixes (#11014)
This commit is contained in:
@ -3,7 +3,7 @@ module builtin
|
||||
pub struct string {
|
||||
pub:
|
||||
str JS.String
|
||||
len u32
|
||||
len int
|
||||
}
|
||||
|
||||
pub fn (s string) slice(a int, b int) string {
|
||||
|
Reference in New Issue
Block a user