Mescal
Loading...
Searching...
No Matches
word Struct Reference

The type used to represent a word. More...

#include <words.h>

Public Attributes

letterarray
 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.
 

Detailed Description

The type used to represent a word.

A word is implemented as a dequeue of letters.


The documentation for this struct was generated from the following file: