FibonacciRange

Range of Fibonacci numbers for the 'fibonacci' function.

struct FibonacciRange (
T
) if (
is(T : ulong)
) {}

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