pub const fn diff_gutter_fits( available_width: usize, line_number_width: usize, ) -> bool
Whether a unified diff can keep its marker, line number, and separator without starving the source body.