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