arrow-optics / arrow.optics.extensions.listk.cons / arrow.core.ListK / uncons
@JvmName("uncons") fun <A> ListK<A>.~~uncons~~(): Option<Tuple2<A, ListK<A>>>
Deprecated: ListK is being deprecated, use the uncons function defined for List instead.
Do you like Arrow?
✖