amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
FibonacciRange
amalthea
math
Range of Fibonacci numbers for the 'fibonacci' function.
struct
FibonacciRange (
T
)
if
(
is
(
T
:
ulong
)
) {
empty
[@property getter];
T
popFront
();
T
front
();
}
Members
Functions
front
T
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
T
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
amalthea
math
functions
fibonacci
gcd
isPrimeNumber
lcm
logarithm
structs
FibonacciRange
Range of Fibonacci numbers for the 'fibonacci' function.