hexFloatConsumed.hx_c3

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 hx_c3 = countUntil!("!std.ascii.isDigit(a)")(hxexp2);

Meta