Function map_model::pathfind::uber_turns::flood[][src]

fn flood(start: TurnID, map: &Map, exits: &BTreeSet<TurnID>) -> Vec<UberTurn>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator