allowOnlyWords.before

Undocumented in source. Be warned that the author may not have intended to support it.
template allowOnlyWords(allowedWords...)
void
before
(
string newWord
)
()
if (
allSatisfy!(isStringLiteral, allowedWords)
)

Meta