phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Text
nxt
graph
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) @
safe
pure nothrow
class
Text :
Node
{
this
(Graph gr, string text);
extern (
D
) @
safe
pure nothrow const
string
text
;
}
Constructors
this
this
(Graph gr, string text)
Undocumented in source.
Members
Variables
text
string
text
;
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