self-dividing-zero-guard-before-modulo

Status: IN

`is_self_dividing` checks `digit == 0` before `n % digit`, preventing division-by-zero at the logic level rather than via exception handling.

Source: entries/2026/06/06/self-dividing-numbers-solution.md

JSON