phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Number
nxt
graph
Number with numerical type
T
.
extern (
C
++) @
safe
pure nothrow
class
Number :
Node
(
T
) {
this
(Graph gr, T value);
extern (
D
) @
safe
pure nothrow const
T
value
;
}
Constructors
this
this
(Graph gr, T value)
Undocumented in source.
Members
Variables
value
T
value
;
Undocumented in source.
Inherited Members
From Node
gr
inout
(
Graph
)
gr
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
nxt
graph
classes
Edge
Entity
Func
Graph
Node
Number
Rela
SuperEdge
Text
Number with numerical type T.