Closed gurry closed 5 years ago
I needed Clone on Playlist objects. Therefore had to implement it everywhere. I feel it's a good idea to have all these struct clonable because that makes it possible to create copies if needed.
Yep, sounds like a good idea to me.
I needed Clone on Playlist objects. Therefore had to implement it everywhere. I feel it's a good idea to have all these struct clonable because that makes it possible to create copies if needed.