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