p:segment   scheme


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

Implementation

;;@ignore
;; Matches a variable number of elements within a list, until either
;; the entire pattern matches, or all possible numbers of elements have been
;; tried.
(define (p:segment name #!optional predicate?)


Back to Index

Similar Entries