ValueEvaluation

Members

Functions

typeName
string typeName()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

duration
Duration duration;

Time needed to evaluate the value

meta
string[string] meta;

Other info about the value

niceValue
string niceValue;

Human readable value

proxyValue
EquableValue proxyValue;

Proxy object holding the evaluated value to help doing better comparisions

strValue
string strValue;

Serialized value as string

throwable
Throwable throwable;

The exception thrown during evaluation

typeNames
string[] typeNames;

The name of the type before it was converted to string

Meta