typst_ide

Function named_items

source
pub fn named_items<T>(
    world: &dyn World,
    position: LinkedNode<'_>,
    recv: impl FnMut(NamedItem<'_>) -> Option<T>,
) -> Option<T>
Expand description

Find the named items starting from the given position.