CHAR_MAX

extern (C) @trusted nothrow @nogc
enum CHAR_MAX = char.max;

Meta