Offset

Offset range. It is a [) (closed->open).

@safe
struct Offset {
uint begin;
uint end;
}

Meta