rot   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/pattern-language.xtm

Implementation

(define rot (lambda (x lst) (rotate lst x)))


Back to Index

Similar Entries