isSpanishVowel

Check if c is a Spanish Vowel.

@safe pure nothrow
@nogc => (
c.isEnglishVowel ||
c.isSpanishAccentedVowel
)
bool
isSpanishVowel
(
const dchar c
)

Meta