foldIn

abstract fun <R> foldIn(initial: R, operation: (R, Modifier.Element) -> R): R(source)

Accumulates a value by applying an operation to each element in the modifier chain, starting from the head (outermost) and moving towards the tail (innermost).