Number

Number with numerical type T.

extern (C++) @safe pure nothrow
class Number : Node (
T
) {}

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