impc:ti:gather-all-gvars   scheme


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

Implementation

(define impc:ti:gather-all-gvars
  (lambda (gtype)
    (reverse
     (cl:remove-duplicates
      (impc:ti:gather-all-gvars-helper gtype)))))


Back to Index

Similar Entries