The first element of the Fibonacci sequence. This value is expected to be provided by platform-specific implementations.
The second element of the Fibonacci sequence. This value is expected to be provided by platform-specific implementations.
Generates an infinite Fibonacci sequence starting from the firstElement and secondElement. The sequence is lazily evaluated, meaning elements are computed as they are requested.
firstElement
secondElement