This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
71a85249ea
v
/
vlib
/
v
/
tests
/
inout
/
fixed_array_index.vv
Nick Treleaven
15daeaeafa
cgen: add fixed array bounds checking for non-literal index (
#8832
)
2021-02-22 14:54:24 +02:00
5 lines
42 B
V
Raw
Blame
History
a
:=
[
1
,
2
]
!
println
(
a
[
0
]
)
i
:=
2
_
=
a
[
i
]
Reference in New Issue
View Git Blame
Copy Permalink