✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
In a functional language like Clojure, it should not possible to permanently (or globally) modify the contents of a data structure that has been passed into a function as a parameter.
So, with a vector parameter for example, which of the following approaches is used by the Clojure environment to ensure that accidental modifications do no occur?