UINT_MAX

extern (C) @trusted nothrow @nogc
enum UINT_MAX = uint.max;

Meta