Example #1
0
 public static Cons Take(int count, IEnumerable seq)
 {
     return(AsLazyList(SeqBase.Take(count, seq)));
 }