PossiblePythagoreanTriples.Triple

Pythogorean triple.

struct PossiblePythagoreanTriples(T)
struct Triple {}

Members

Functions

toString
void toString(Sink sink)
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