This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
410b57b2fa
v
/
vlib
/
v
/
checker
/
tests
/
mut_args_warning.vv
6 lines
69 B
V
Raw
Blame
History
fn
f
(
x
mut
[
]
int
)
{
x
[
0
]
=
1
}
fn
main
(
)
{
mut
x
:=
[
0
]
f
(
mut
x
)
}
Reference in New Issue
View Git Blame
Copy Permalink