inline fun <T, R> Sequence<T>.fold( initial: R, operation: (acc: R, T) -> R ): R
Accumulates value starting with initial value and applying 登录查看完整内容
联系方式: