pub fn logos_div_exact(
a: impl Into<LogosInt>,
b: impl Into<LogosInt>,
) -> LogosIntExpand description
Truncating division — loud canonical panic on a zero divisor (the same
failure the interpreter raises); i64::MIN / -1 promotes exactly.