Pair

nothrow @safe private public
struct Pair {
uint start;
uint end;
}

Meta