phobos-next v0.5.1 (2022-12-21T17:07:30Z)
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
(Db db, string text, Lang lang);
extern (
D
) @
safe
pure nothrow const
string
text
;
extern (
D
) @
safe
pure nothrow
Lang
lang
;
}
Constructors
this
this
(Db db, string text, Lang lang)
Undocumented in source.
Members
Variables
lang
Lang
lang
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Inherited Members
From Node
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