Arrow
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
salign
salign
fun
<
A
>
Sequence
<
A
>
.
salign
(
other
:
Sequence
<
A
>
,
combine
:
(
A
,
A
)
->
A
)
:
Sequence
<
A
>
aligns two structures and combine them with the given
combine
fun
<
K
,
A
>
Map
<
K
,
A
>
.
salign
(
other
:
Map
<
K
,
A
>
,
combine
:
(
A
,
A
)
->
A
)
:
Map
<
K
,
A
>