sbool intRangeIsPartOf(IntRange a, IntRange b) { ret a.start >= b.start && a.end <= b.end; }