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