This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-14 06:52:36 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
1647
commits
2
branches
293
tags
190
MiB
48e13a3362
Commit graph
1 commit
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