std.experimental.checkedint is ready for comments!

tsbockman via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 14 23:17:50 PDT 2016


On Wednesday, 15 June 2016 at 04:48:02 UTC, tsbockman wrote:
> On Wednesday, 15 June 2016 at 03:42:52 UTC, Walter Bright wrote:
>>> * SmartInt.toString(sink, fmt)
>>> * SafeInt.toString(sink, fmt)
>>> * checkedint.to()
>>> * IntFlag.toString(sink, fmt)
>>> * IntFlags.toString(sink, fmt)
>>
>> I see no love for output ranges :-(
>
> I will add support.

Done. (It turns out that they were actually already supported, 
but I updated the docs to make this clearer.)


More information about the Digitalmars-d mailing list