Arrow
Toggle table of contents
2.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
Arrow
arrow-core
/
arrow.core
/
NonEmptyList
/
foldLeft2
fold
Left2
inline
fun
<
Acc
,
Res
:
Acc
>
foldLeft2
(
b
:
Acc
,
f
:
(
Acc
,
E
)
->
Res
)
:
Res