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