Expand description

charset module provides data types and methods for managing sets of characters.

Structs

NormalSet structure represents a set of chars

SmallSet structure represents only the ASCII set of chars

Traits

Set trait defines common methods available for NormalSet and SmallSet