5 lines
151 B
Markdown
5 lines
151 B
Markdown
|
# circular buffer
|
||
|
|
||
|
Simple circular buffer for Zig. Buffers must be sized in increments of powers of
|
||
|
two to simplify (and hopefully speed up) the math.
|