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
761ed28bb4
v
/
vlib
/
v
/
checker
/
tests
/
mut_arg.vv
12 lines
97 B
V
Raw
Blame
History
fn
f
(
mut
par
[
]
int
)
{
}
fn
g
(
par
[
]
int
)
{
}
f
(
[
3
,
4
]
)
mut
a
:=
[
1
,
2
]
f
(
a
)
g
(
mut
[
3
,
4
]
)
g
(
mut
a
)
Reference in New Issue
View Git Blame
Copy Permalink