phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
PossiblePythagoreanTriples.Triple
nxt
pythogorean_triples
PossiblePythagoreanTriples
Pythogorean triple.
struct
PossiblePythagoreanTriples
(T)
struct
Triple {
T
x
;
T
y
;
T
z
;
version
(
none
)
void
toString
(Sink sink);
}
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
Source
See Implementation
nxt
pythogorean_triples
PossiblePythagoreanTriples
functions
nextTriple
popFront
manifest constants
empty
properties
front
structs
Triple
Pythogorean triple.