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
0d587d3580
v
/
vlib
/
v
/
checker
/
tests
/
mut_receiver_lit.vv
11 lines
101 B
V
Raw
Blame
History
struct
Box
{
mut
:
value
int
}
fn
(
mut
box
Box
)
set
(
value
int
)
{
box
.
value
=
value
}
Box
{
}
.
set
(
0
)
Reference in New Issue
View Git Blame
Copy Permalink