Mescal
|
The type used to represent a word. More...
#include <words.h>
Public Attributes | |
letter * | array |
Array of letters. | |
uint | size_array |
Size of the array of letters. | |
uint | left |
Index of the leftmost letter (when nonempty). | |
uint | right |
Index following the righmost letter (when nonempty). | |
bool | empty |
Boolean indicating whether the word is empty. | |
The type used to represent a word.
A word is implemented as a dequeue of letters.