arrow-core-data / arrow.core / kotlin.collections.Iterable / elementAtOrNone
fun <T> Iterable<T>.elementAtOrNone(index: Int): Option<T>
fun <T>
Iterable
<T>.elementAtOrNone(index:
Int
):
Option
<T>
Do you like Arrow?