summaryrefslogtreecommitdiff
path: root/src/streaming.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-171-5/+5
| | | | | * 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-2/+0
|
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-141-11/+11
|
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-141-0/+338
* Also added a ComptimeClap