Why doesn't this work:

import std.stdio;
void main()
{
        float a,b=0;
        writefln("%x %x", a, b);
}

std.format.FormatError: std.format floating

Reply via email to