DBL_MAX

extern (C) @trusted nothrow @nogc
enum DBL_MAX = double.max;

Meta