Range.msg

Undocumented in source.
struct Range(alias low, alias high)
static immutable
auto msg = "expected in a range of " ~ to!string(low) ~ ".." ~ to!string(high);

Meta