tiby312 / poloto-project

MIT License
159 stars 10 forks source link

SinglePlot/Chain/Marker should derive Clone/Copy #168

Closed tiby312 closed 2 years ago

tiby312 commented 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.

tiby312 commented 2 years ago

I did get clone to work. added some tests. giving up on copy