firstElement

actual val firstElement: Int = 1
expect val firstElement: Int

The first element of the Fibonacci sequence. This value is expected to be provided by platform-specific implementations.

actual val firstElement: Int = 5
actual val firstElement: Int = 2
actual val firstElement: Int = 4
actual val firstElement: Int = 10