hexFloatConsumed.hx_c

Undocumented in source.
  1. enum hx_c;
    template hexFloatConsumed(string str)
    static if(!(str.startsWith("NAN") || str[1 .. $].startsWith("INF")))
    static if(!(str.startsWith("NINF")))
    static if(str.startsWith("N"))
    enum hx_c = 1;
  2. enum hx_c;

Meta