string-ci=?   scheme


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

Implementation

(define (string-ci=? a b) (string-cmp? char-ci-cmp? = a b))


Back to Index