isEnglishVowel

Check if c is a Vowel.

@safe pure nothrow
@nogc => cast(bool)c.among!(aliasSeqOf!englishVowels)
bool
isEnglishVowel
(
const dchar c
)

Meta