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
/
go_mut_receiver.vv
16 lines
115 B
V
Raw
Blame
History
struct
St
{
mut
:
a
int
}
fn
(
mut
a
St
)
change
(
)
{
a
.
a
++
}
fn
main
(
)
{
mut
x
:=
St
{
a
:
0
}
go
x
.
change
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink