Next: bytevectors, Previous: strings, Up: Top [Index]
The library (vicare containers char-sets)
handles sets of
characters.
A character is every value for which the application of
char?
returns #t
; character sets are values of
disjoint type char-set
representing a number of character in
the available Unicode ranges, (vicare-scheme)Unicode.
• char-sets conv: | Arguments naming conventions. | |
• char-sets make: | Constructors. | |
• char-sets pred: | Predicates. | |
• char-sets inspect: | Inspection. | |
• char-sets ops: | Operations. | |
• char-sets sets: | Predefined character sets. |