Number

Number with numerical type T.

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

Constructors

this
this(Graph gr, T value)
Undocumented in source.

Members

Variables

value
T value;
Undocumented in source.

Inherited Members

From Node

gr
inout(Graph) gr()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta