anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
VertexQueue.Item
anansi
algorithms
vertex_queue
VertexQueue
Undocumented in source.
struct
VertexQueue
(GraphT, DistanceMapT)
package static
struct
Item {
Vertex
vertex
;
real
cost
;
int
opCmp
(const(Item) other);
}
Members
Functions
opCmp
int
opCmp
(const(Item) other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cost
real
cost
;
Undocumented in source.
vertex
Vertex
vertex
;
Undocumented in source.
Meta
Source
See Implementation
anansi
algorithms
vertex_queue
VertexQueue
aliases
Vertex
constructors
this
functions
front
pop
push
updateVertex
properties
empty
length
structs
Item
variables
_distanceMap
_queue