
ExprCopy
Absolutionism opened this issue ยท 1 comments
Suggestion
Create an expression to get a copy of an object.
Why?
Allows to apply a copy to an object/expression/variable head on, without needing to store/save the copy.
(([a] copy|copies of)|copied) %objects%
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
I'm not sure how useful the class would be classinfo's have a Cloner method which is used by EffCopy
an expression wouldn't hurt.
Either way both would suffer from the same issue of if something doesn't implement it a clone won't be created but would return the original object, runtime errors might need to be implemented there