Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdakkota/range
Python like range() for Zig.
https://github.com/tdakkota/range
Last synced: 12 days ago
JSON representation
Python like range() for Zig.
- Host: GitHub
- URL: https://github.com/tdakkota/range
- Owner: tdakkota
- License: mit
- Created: 2020-03-18T19:27:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T09:42:32.000Z (over 4 years ago)
- Last Synced: 2024-10-18T21:17:13.283Z (20 days ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Range
Python like `range()` function for Zig.
See `main.zig` for much details.