Alphabet.nonVowels

struct Alphabet(string[] vowels, string[] extraLetters = [])
static immutable
string[] nonVowels;

Meta