But this makes a copy of the sequence, doesn't it?
Is there any way to do the same thing, using the reference? (after all, it's a pointer, if I'm not mistaken... all I want to do is change the value/sequence to which that pointer is pointing)
But this makes a copy of the sequence, doesn't it?
Is there any way to do the same thing, using the reference? (after all, it's a pointer, if I'm not mistaken... all I want to do is change the value/sequence to which that pointer is pointing)