phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
PossiblePythagoreanTriples
nxt
pythogorean_triples
Pythogorean triple generator rangeg.
struct
PossiblePythagoreanTriples (
T
) {
struct
Triple
;
Triple
front
[@property getter];
void
nextTriple
();
void
popFront
();
enum
empty
;
}
Members
Functions
nextTriple
void
nextTriple
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
empty
enum
empty
;
Undocumented in source.
Properties
front
Triple
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Triple
struct
Triple
Pythogorean triple.
Meta
Source
See Implementation
nxt
pythogorean_triples
functions
pythagoreanTriples
structs
PossiblePythagoreanTriples
Pythogorean triple generator rangeg.