array-transform-no-mutation

Status: IN

The input list is copied on entry (`arr[:]`), so the caller's original list is never modified — contrasting with array-partition and assign-cookies which mutate in-place.

Source: entries/2026/06/06/array-transformation-solution.md

JSON