summaryrefslogtreecommitdiff
path: root/src/comptime.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-171-4/+4
| | | | | * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin
* Zig fmtGravatar Jimmi Holst Christensen2018-11-141-3/+2
|
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-141-4/+4
|
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-141-0/+142
* Also added a ComptimeClap