flip method

void flip()

Implementation

void flip() {
  _limit = _position;
  _position = 0;
}