operator - method

LSN operator -(
  1. LSN other
)

Implementation

LSN operator -(LSN other) {
  return LSN(value + other.value);
}