Number

Number with numerical type T.

@safe pure nothrow extern (C++)
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