Esempio n. 1
0
 public static Cons TakeNth(int step, IEnumerable seq)
 {
     return(AsLazyList(SeqBase.TakeNth(step, seq)));
 }