isShortUppercaseCode

Does the same as isShortCode, assuming the code is already uppercase, making this @nogc nothrow.

@safe
bool
isShortUppercaseCode
nothrow @nogc pure
(
string code
)

Meta