Print intervals to output stream.
Declared in <llvm/Support/IntegerInclusiveInterval.h>
void
printIntervals(
raw_ostream& OS,
ArrayRef<IntegerInclusiveInterval> Intervals,
char Separator = ',');
| Name | Description |
|---|---|
| OS | The output stream to print to. |
| Intervals | The intervals to print. |
| Separator | The separator character to use between intervals (i.e. ',' or ':'). |