smallest-index-early-return-guarantees-first

Status: IN

`smallest_index` returns the leftmost matching index because it iterates left-to-right with `enumerate` and returns immediately on the first hit

Source: entries/2026/06/06/smallest-index-with-equal-value-solution.md

JSON