impc:ir:strip-space   scheme


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

Implementation

(define impc:ir:strip-space
  (lambda (str)
    (string-strip str)))


Back to Index