iota and BigInt

Jonathan M Davis jmdavisProg at gmx.com
Tue May 28 10:37:57 PDT 2013


On Tuesday, May 28, 2013 10:03:59 Walter Bright wrote:
> With iota, shouldn't it test for the existence of ++ and --, rather than
> being integer-like?

It gets more complicated if you give a step argument, but yes, it really 
should be testing for the operations that it needs rather than that the type 
has the whole set of arithmetic operators.

- Jonathan M Davis


More information about the Digitalmars-d mailing list