char-set-map

[procedure] char-set-map proc char-set

SRFI-14: apply proc for each character in char-set, and creates a new character set that consists of the characters returned from proc. See also char-set-fold, char-set-for-each.