unsetInverse method

void unsetInverse()

Implementation

void unsetInverse() {
  attrs &= ~CellAttr.inverse;
}