isEnglishAccentedVowel

Check if c is an Accented Vowel.

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

Meta