(section_display: &[SectionDisplay])
| 689 | } |
| 690 | |
| 691 | fn find_last_symbol(section_display: &[SectionDisplay]) -> Option<usize> { |
| 692 | section_display.iter().flat_map(|s| s.symbols.iter()).next_back().map(|s| s.symbol) |
| 693 | } |
| 694 | |
| 695 | #[must_use] |
| 696 | pub fn symbol_list_ui( |