The OpenD Programming Language

isNormalizedIntegralType

Check if I is a valid NormalizedInt type. Valid integers are (u)byte, (u)short, (u)int. (u)long is not supported.

@safe pure nothrow @nogc
enum isNormalizedIntegralType (
I
)

Meta