InversionList.toString

void toString(Writer)(scope Writer sink, scope const ref FormatSpec!char fmt)

Obtain a textual representation of this InversionList in form of open-right intervals.

The formatting flag is applied individually to each value, for example:

  • %s and %d format the intervals as a [low .. high
  • range of integrals)
  • %x formats the intervals as a [low .. high
  • range of lowercase hex characters)
  • %X formats the intervals as a [low .. high
  • range of uppercase hex characters)