RFC: std.json sucessor

via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 28 08:29:25 PDT 2014


Let me try again:

SNAN => unfortunately absent

QNAN => deliberately absent

So you can have:

compute(SNAN) => handle(exception) {
    if(can turn unfortunate situation into deliberate)
    then compute(QNAN)
    else throw
)


More information about the Digitalmars-d mailing list