down method

void down()

edge safe down

Implementation

void down() {
  if (diffIndex > 1) diffIndex--;
}