summaryrefslogtreecommitdiff
path: root/src/datastruct/circ_buf.zig
AgeCommit message (Expand)Author
2025-05-25CircBuf: non-allocating rotateToZeroQwerasd
2024-12-03terminal: sliding window search can move the cursorMitchell Hashimoto
2024-12-03terminal: sliding window search starts workingMitchell Hashimoto
2024-12-03CircBuf: add ensureUnusedCapacity, appendSliceMitchell Hashimoto
2024-12-03datastruct: CircBuf can be initialized emptyMitchell Hashimoto
2024-11-07move datastructures to dedicated "datastruct" packageMitchell Hashimoto