isPoint method

bool isPoint()

Implementation

bool isPoint() {
  return end! - start! == 1;
}