reset method

void reset()

Resets the position to 0

Implementation

void reset() {
  _position = 0;
}