isEnglishDoubleConsonant

Check if s is an English Double consonant.

@safe pure nothrow @nogc
bool
isEnglishDoubleConsonant
(
scope const(char)[] s
)

Meta