Alphabet.alphabet

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

Meta