How to reset e.g.
var d= newSeqOfCap[ int ](70)
after so many pushes ie. d.add( )
, to be as if the first empty, not ever have been pushed ?
How to reset e.g.
var d= newSeqOfCap[ int ](70)
after so many pushes ie. d.add( )
, to be as if the first empty, not ever have been pushed ?
I assume you're the same person who asked in the live chat yesterday? If so I recommend reading my reply there instead of asking the same question again here.