CHAR_MIN

extern (C) @trusted nothrow @nogc
enum CHAR_MIN = char.min;

Meta