PossiblePythagoreanTriples.Triple

Pythogorean triple.

struct PossiblePythagoreanTriples(T)
struct Triple {
T x;
T y;
T z;
}

Meta