phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Func
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
Func :
Edge
(
uint
arity
)
if
(
arity
>= 1
) {
this
(Graph gr);
extern (
D
) @
safe
pure nothrow
Entity
[
arity
]
params
;
}
Constructors
this
this
(Graph gr)
Undocumented in source.
Members
Variables
params
Entity
[
arity
]
params
;
Undocumented in source.
Inherited Members
From Edge
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