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
/
map_ops.vv
7 lines
80 B
V
Raw
Blame
History
fn
test_map
(
)
{
mut
m
:=
map
[
int
]
string
_
=
m
[
`
!
`
]
m
[
'
h
i
'
]
=
8
m
[
&
m
]
+=
4
}
Reference in New Issue
View Git Blame
Copy Permalink