Alias ToNumericRange.E

struct ToNumericRange
{
  // ...
  alias E = ElementType!R;
  // ...
}