pub fn out_of_order_subs(subs: &[Subtitle]) -> impl Iterator<Item = &Subtitle>
Expand description

Find Subtitle records which appear out-of-order in the file

Most use-cases of this crate probably don’t need to care, but it’s here if you need it.