Char-set library ported from Chibi Scheme
None
None
[variable] char-set:lower-case
[variable] char-set:upper-case
[variable] char-set:title-case
[variable] char-set:letter
[variable] char-set:punctuation
[variable] char-set:symbol
[variable] char-set:blank
[variable] char-set:whitespace
[variable] char-set:digit
[variable] char-set:letter+digit
[variable] char-set:hex-digit
[variable] char-set:iso-control
[variable] char-set:graphic
[variable] char-set:printing
[variable] char-set:extend-or-spacing-mark
[variable] char-set:regional-indicator
[variable] char-set:hangul-l
[variable] char-set:hangul-v
[variable] char-set:hangul-t
[variable] char-set:hangul-lv
[variable] char-set:hangul-lvt
(cyclone char-set boundary)
[variable] char-set:lower-case
[variable] char-set:upper-case
[variable] char-set:title-case
[variable] char-set:letter
[variable] char-set:punctuation
[variable] char-set:symbol
[variable] char-set:blank
[variable] char-set:whitespace
[variable] char-set:digit
[variable] char-set:letter+digit
[variable] char-set:hex-digit
[variable] char-set:iso-control
[variable] char-set:graphic
[variable] char-set:printing
[procedure] (ucs-range->char-set start end)
[procedure] (char-set-fold kons knil cset)
[procedure] (char-set-for-each proc cset)
[procedure] (list->char-set ls)
[procedure] (char-set->list cset)
[procedure] (string->char-set str)
[procedure] (char-set->string cset)
[procedure] (char-set-adjoin! cset ch)
[procedure] (char-set-adjoin cset ch)
[variable] char-set-union
[variable] char-set-union!
[variable] char-set-intersection
[variable] char-set-intersection!
[variable] char-set-difference
[variable] char-set-difference!
[variable] char-set:empty
[variable] char-set:ascii
[procedure] (char-set-complement cset)
(cyclone char-set extras)
[procedure] (char-set-contains? cset ch)
[syntax] (immutable-char-set PARAMS)
(import (scheme base)
(cyclone char-set))
Alex Shinn
Arthur Maciel
"0.2.0"
BSD
data-structures