pub fn head_stdin_lines_streaming(
n: u64,
delimiter: u8,
out: &mut impl Write,
) -> Result<()>Expand description
Process head for stdin streaming (line mode, positive count) Reads chunks and counts lines, stopping early once count reached.