isEnglishDoubleConsonant

Check if s is an English Double consonant.

@safe pure nothrow
@nogc => cast(bool)s.among!(`bb`, `dd`, `ff`, `gg`, `mm`, `nn`, `pp`, `rr`, `tt`, `ck`, `ft`)
bool
isEnglishDoubleConsonant
(
scope const(char)[] s
)

Meta