generate Fibi
Generates an infinite Fibonacci sequence starting from the firstElement
and secondElement
. The sequence is lazily evaluated, meaning elements are computed as they are requested.
Return
A sequence of Fibonacci numbers.
Generates an infinite Fibonacci sequence starting from the firstElement
and secondElement
. The sequence is lazily evaluated, meaning elements are computed as they are requested.
A sequence of Fibonacci numbers.