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
9523c23e14
v
/
vlib
/
v
/
checker
/
tests
/
immutable_array_field_shift.vv
16 lines
108 B
V
Raw
Blame
History
struct
Aaa
{
mut
:
i
[
]
int
}
struct
Bbb
{
a
Aaa
}
fn
main
(
)
{
mut
b
:=
Bbb
{
a
:
Aaa
{
}
}
b
.
a
.
i
<<
3
}
Reference in New Issue
View Git Blame
Copy Permalink