++ operator?

Is it possible to gain a ++ or -- operator in the future? I'm trying to write a map and I'm realizing that I either need to make every node static OR I have to increment the index between every line.
 
Top