static LongRange longRange_one(long start) {
  ret new LongRange(start, start+1);
}