pub fn tac_bytes(
data: &[u8],
separator: u8,
before: bool,
out: &mut impl Write,
) -> Result<()>Expand description
Reverse records separated by a single byte using backward memrchr scanning.
Scans backward from end, writes each record as found. No Vec