up method

void up()

edge safe up

Implementation

void up() {
  if (diffIndex < history.length) diffIndex++;
}