Generic Iterate-Accumulate


(for x in (seq arg)
  (for ac in (accfields arg)
    (update (funcall ac acc) x)))

Contents    Page-10    Prev    Next    Page+10    Index