PossiblePythagoreanTriples.Triple

Pythogorean triple.

Members

Properties

toString
void delegate(scope const(char)[]) @(safe) toString [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
T x;
y
T y;
z
T z;
Undocumented in source.

Meta