inline fun <T, R> Sequence<T>.fold( initial: R, operation: (acc: R, T) -> R ): R
Accumulates value starting with initial value and applying
联系方式: