public static Cons Interpose(object separator, IEnumerable seq) { return(AsLazyList(SeqBase.Interpose(separator, seq))); }