isSwedishSoftVowel

Check if c is a Swedish soft vowel.

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

Meta