isFullUppercaseCode

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

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

Meta