Next: srfi char-sets rationale, Up: srfi char-sets [Index]
The ability to efficiently represent and manipulate sets of characters is an unglamorous but very useful capability for text–processing code; one that tends to pop up in the definitions of other libraries. Hence it is useful to specify a general substrate for this functionality early. This SRFI defines a general library that provides this functionality.