Struct stack_graphs::c::sg_path_arena [−][src]
pub struct sg_path_arena {
pub inner: Paths,
}
Expand description
Manages the state of a collection of paths built up as part of the path-finding algorithm.
Fields
inner: Paths