ShouldType.hasNoWords

Evaluates to true if no words exist in the current phrase.

struct ShouldType(G, string[] phrase = [])
enum hasNoWords = phrase.empty;

Meta