Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
PTraversal
/
fold
fold
open
fun
fold
(
initial
:
A
,
combine
:
(
A
,
A
)
->
A
,
source
:
S
)
:
A
Fold using the given
initial
value and
combine
function.