Beispiel #1
0
 public static Cons Iterate(IApply func, object value)
 {
     return(AsLazyList(SeqBase.Iterate(-1, func, value)));
 }