chapter

Function chapter 

Source
fn chapter(
    index: usize,
    pages_count: usize,
    toc: &[TocEntry],
) -> Option<(&TocEntry, f32)>