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-13 22:42:26 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
20390
commits
2
branches
293
tags
190
MiB
4dcf79e388
Commit graph
1 commit
Author
SHA1
Message
Date
Delyan Angelov
f822792a10
arrays: add reverse_iterator/1 + tests, allowing for
for child in arrays.reverse_iterator(children) {
instead of explicit C for style loop; it also avoids allocations (
#24755
)
2025-06-19 14:46:20 +03:00