reduce-empty-guard-required

Status: IN

`reduce(or_, nums)` with no initializer raises `TypeError` on an empty list; the early-return guard in `subsetXORSum` is load-bearing, not defensive.

Source: entries/2026/06/06/sum-of-all-subset-xor-totals-solution.md

JSON