contains_word
Description:
public bool contains_word (
string word,
ssize_t word_len)
Checks if the dictionary contains word.
Parameters:
| this |
a `SpellingDictionary`
|
| word |
a word to be checked
|
| word_len |
length of the word, in bytes
|
Returns:
|
true if the dictionary contains the word
|