isSwedishHardVowel

Check if c is a Swedish hard vowel.

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

Meta