Function screeps::pathfinder::search_many

source ยท
pub fn search_many<F>(
    from: Position,
    to: impl Iterator<Item = SearchGoal>,
    options: Option<SearchOptions<F>>
) -> SearchResults