On Friday, 9 October 2015 at 02:41:50 UTC, Timothee Cour wrote:
> of course this doesn't work:
> auto b=iota(ubyte(0), ubyte(256));
> //cannot implicitly convert expression (256) of type int to
> ubyte
What about adding an overload supporting
iota!ubyte(0, 256)
?