Pair

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

Meta