mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
2e621759b2
Refactor code from the `backwards_thru_file()` function into a new `ReverseChunks` iterator, and use that iterator to simplify the implementation of the `backwards_thru_file()` function. The `ReverseChunks` iterator yields `Vec<u8>` objects, each of which references bytes of a given file. |
||
---|---|---|
.. | ||
bin | ||
uu | ||
uucore | ||
uucore_procs |