chickadee » srfi-14 » char-set-contains?

char-set-contains? cs charprocedure

This procedure tests CHAR for membership in character set CS.

The MIT Scheme character-set package called this procedure CHAR-SET-MEMBER?, but the argument order isn't consistent with the name.