So I have created several Polymer objects , let's say p1, p2, p3. And now I want to compare the monomer vector of p1 with p2. What would be the proper way to do that, how to access the vector values of the class object?
So I have several polymer objects, and want to take each monomer of every of each and compare their parameters. Eventually I will write intersection function, but for now let's say I just want to know if polymer1.monomer1.length >polymer2.monomer1.length