fold

@Composable
open override fun <R> fold(initial: R, operation: @Composable (R, Modifier.Element) -> R): R(source)

Accumulates a value starting with initial and applying operation to the current value and each element from left to right.