ErrorValue

This could be in a separate file, say approx.d, if doing so didn't crash dmd. see https://issues.dlang.org/show_bug.cgi?id=18839

package
struct ErrorValue {}

Constructors

this
this()
Undocumented in source.

Members

Variables

value
double value;
Undocumented in source.

Meta