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
0afaef5818
v
/
vlib
/
v
/
checker
/
tests
/
immutable_struct_postfix.v
11 lines
64 B
V
Raw
Blame
History
struct
A
{
mut
:
i
int
}
fn
main
(
)
{
a
:=
A
{
}
a
.
i
++
a
.
i
--
}
Reference in New Issue
View Git Blame
Copy Permalink