| 630 | /// Pretty-prints a list of indices. |
| 631 | #[derive(Debug)] |
| 632 | pub struct Indices<'a>(pub &'a [usize]); |
| 633 | |
| 634 | /// Pretty-prints a list of scalar expressions that may have runs of column |
| 635 | /// indices as a comma-separated list interleaved with interval expressions. |
no outgoing calls
no test coverage detected