isSwedishVowel

Check if c is a Swedish Vowel.

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

Meta