isFullUppercaseCode

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

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

Meta