Pair

nothrow @safe
struct Pair {
uint start;
uint end;
}
Suggestion Box / Bug Report