arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / Longs / get
fun get(i: Int): Long
fun get(i:
Int
):
Long
Returns the element at the specified index. Throws if index is < 0 or >= size.
Do you like Arrow?