Post History
You may modify the input in-place If a function takes an input a, it is acceptable that a contains the intended output after executing instead of other forms of output. Note that this means a must...
Answer
#2: Post edited
- # You may modify the input in-place
If a function takes an input `a`, it is acceptable that `a` contains the intended output instead of other forms of output.- [Example](https://codegolf.codidact.com/posts/283908/283923#answer-283923)
- # You may modify the input in-place
- If a function takes an input `a`, it is acceptable that `a` contains the intended output after executing instead of other forms of output. Note that this means `a` must be mutable to begin with and the function must actually mutate `a`.
- [Example](https://codegolf.codidact.com/posts/283908/283923#answer-283923)