isSpanishAccentedVowel

Check if c is a Spanish Accented Vowel.

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

Meta