phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
Number
nxt
graph
Number with numerical type
T
.
extern (
C
++) @
safe
pure nothrow
class
Number :
Node
(
T
) {
this
(Db db, T value);
extern (
D
) @
safe
pure nothrow const
T
value
;
}
Constructors
this
this
(Db db, T value)
Undocumented in source.
Members
Variables
value
T
value
;
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
Number with numerical type T.