Categories
Libraries
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

zig-range

loc license discord

A range function to loop over an index without an extra variable

Usage

for (range(10)) |_, i| {
    // 'i' will increment from 0 -> 9
}

Building Example Program

$ zigmod fetch
$ zig build

Built With

License

MIT

About
A range function to loop over an index without an extra variable.
Owner
nektro (User)
Last Commit
2021-12-29
Latest Release
Latest Release Date
Created
2021-05-01