reset method

LRC reset()

Reset LRC sum

Implementation

LRC reset() {
  _sum = 0;
  return this;
}