예제 #1
0
 public static Cons PartitionBy(IApply func, IEnumerable seq)
 {
     return(AsLazyList(SeqBase.PartitionBy(func, 0, seq)));
 }