fn is_rtl()

in src/metrics/compose.rs [41:43]


    fn is_rtl(&self) -> bool {
        self.spans.iter().all(|span| span.metrics.is_rtl())
    }