Set start of the range
void setRangeStart(int start) { if (start < 0) return; range._start = start; }