unzip1-with-cdr   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm

Implementation

(define (unzip1-with-cdr . lists)
  (unzip1-with-cdr-iterative lists '() '()))


Back to Index

Similar Entries