Module iter
Source Expand description
- decode
- reverse
- Forward
- An iterator yielding parsed lines in a file from start to end, oldest to newest.
- Platform
- A platform to store a buffer to hold ref log lines for iteration.
- Reverse
- An iterator yielding parsed lines in a file in reverse, most recent to oldest.
- forward
- Returns a forward iterator over the given
lines
, starting from the first line in the file and ending at the last. - reverse
- An iterator over entries of the
log
file in reverse, using buf
as sliding window.