impc:ti:nativefunc-exists?   scheme


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

Implementation

(define impc:ti:nativefunc-exists?
  (lambda (nativefunc-name)
    (if (impc:ti:get-nativefunc-type nativefunc-name) #t #f)))


Back to Index

Similar Entries