phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
Rela
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
Rela :
Edge
(
uint
arity
)
if
(
arity
>= 2
) {
this
(Db db);
extern (
D
) @
safe
pure nothrow
Entity
[
arity
]
actors
;
}
Constructors
this
this
(Db db)
Undocumented in source.
Members
Variables
actors
Entity
[
arity
]
actors
;
Undocumented in source.
Inherited Members
From Edge
db
inout
(
Db
)
db
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
nxt
graph
classes
Db
Edge
Entity
Func
Node
Number
Rela
SuperEdge
Text