I believe this will be necessary to use copy() as intended if I do ditch the _input & _output. this would pretty much remove hierarchy trees from the situation and I believe it would simplify things (multiple inheritance, w/ copy()), but there might be unintended consequences ? like, definitely don't copy copy(), or new().
I believe this will be necessary to use copy() as intended if I do ditch the
_input
&_output
. this would pretty much remove hierarchy trees from the situation and I believe it would simplify things (multiple inheritance, w/copy()
), but there might be unintended consequences ? like, definitely don't copycopy()
, ornew()
.