Method WordWithPrefixExists
WordWithPrefixExists(Word)
Gets whether a certain prefix leads to a word or is a word itself
bool WordWithPrefixExists(Word prefix)
Parameters
prefix
WordThe prefix to check
Returns
- bool
True if the given prefix leads to a word or is a word
Exceptions
- ArgumentNullException
prefix
is null