toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-optics
/
arrow.optics
/
Getter
/
zip
zip
open
infix
fun
<
C
>
zip
(
other
:
Getter
<
S
,
C
>
)
:
Getter
<
S
,
Pair
<
A
,
C
>
>
(
source
)
Zip two
Getter
optics with the same source
S