static LongRange longRangeWithLength(long start, long len) { ret new LongRange(start, start+len); }