arrow-core / arrow.core.extensions.list.semialign / kotlin.collections.List
padZip | fun <A, B> List <A>.~~padZip~~(arg1: List <B>): List <Tuple2<Option<A>, Option<B>>> |
padZipWith | fun <A, B, C> List <A>.~~padZipWith~~(arg1: List <B>, arg2: (Option<A>, Option<B>) -> C): List <C> |
salign | fun <A> List <A>.~~salign~~(arg1: Semigroup<A>, arg2: List <A>): List <A> |
Do you like Arrow?
✖