This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1,689
Commits
3
Branches
174
Tags
151
MiB
a06e2298f0
Commit Graph
1 Commits
Author
SHA1
Message
Date
Alexander Medvednikov
b242e8d7ff
optimize
a in [1,2,3]
to
a == 1 || a == 2 || a == 3
2019-10-06 06:07:38 +03:00