Closed tiby312 closed 2 years ago
getting Copy to work is hard. The problem is that SinglePlot stores inside of it the iterator over the plots. To get copy to work would need a way to basically chain two IntoIterators, instead of chaining two Iterators.
I did get clone to work. added some tests. giving up on copy
getting Copy to work is hard. The problem is that SinglePlot stores inside of it the iterator over the plots. To get copy to work would need a way to basically chain two IntoIterators, instead of chaining two Iterators.