Posted on c/ElrondDevelopers 1 The8325519926c/ElrondDevelopers 2 years ago Fast as ever, thank you ???? So even after loads of push and pop operations, can I safely assume that the nth created node will always have the id n, even if the node is now the first node in the mapper (because of the push pop operations) ? Comment 1 Comments mwf81318617 2years ago Yes :) Because pops wouldn't reduce the next id, as otherwise there could be conflicts :) If you push 7 and pop 6, the next node will still be 8 :)
Yes :) Because pops wouldn't reduce the next id, as otherwise there could be conflicts :) If you push 7 and pop 6, the next node will still be 8 :)