summaryrefslogtreecommitdiff
path: root/src/args.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-171-29/+17
| | | | | * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-141-0/+90
* Also added a ComptimeClap