dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
UndirectedGraph.nodes
dalicious
math
UndirectedGraph
Returns a list of the nodes in this graph.
struct
UndirectedGraph
(Node, Weight = void)
@
property
const nothrow pure
Node
[]
nodes
(
)
Meta
Source
See Implementation
dalicious
math
UndirectedGraph
aliases
adjacency_t
constructors
this
functions
addEdge
addNode
requireNode
properties
edges
nodes
static functions
edge
static variables
isWeighted
structs
Edge
variables
_adjacency
_nodes
Returns a list of the nodes in this graph.