Status: IN
When `k % total == 0`, `shiftGrid` returns the original grid object (not a copy), meaning mutations to the return value alias the input.
Source: entries/2026/06/06/shift-2d-grid-solution.md
JSON