increase method

void increase()

Implementation

void increase(){
  _value++;
  if(len <= _value) _value -= len;
}