isEnglishVowel

Check if c is a Vowel.

@safe pure nothrow @nogc
bool
isEnglishVowel
(
const dchar c
)

Meta