hexFloatConsumed.hxexp2

Undocumented in source.
template hexFloatConsumed(string str)
static if(!(str.startsWith("NAN") || str[1 .. $].startsWith("INF")))
static if(!(str.startsWith("NINF")))
static if(hx_c1 < hxbase.length && hxbase[hx_c1] == 'P')
enum string hxexp2;

Meta