tiby312 / poloto-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SinglePlot/Chain/Marker should derive Clone/Copy

tiby312 opened this issue · comments

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