(reductions f init coll). 返回一个惰性序列, 序列里包含计算 (reduce f coll) 所产生的所有中间结果。 如果给定了 init ,那么将它用作所有中间结果的初始值。
確定! 回上一頁