| Alphabet Methods |
The Alphabet type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Returns true if the argument is a character in this alphabet. | |
| MainTest |
Demo test the Alphabet data type. | |
| ToChar |
Returns the character corresponding to the argument index. | |
| ToChars |
Returns the characters corresponding to the argument indices. | |
| ToIndex |
Returns the index corresponding to the argument character. | |
| ToIndices |
Returns the indices corresponding to the argument characters. |