Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 621 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 621 Bytes

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