<div dir="ltr">how to do iota(0,256) with ubytes ?<div>and more generally:</div><div>iota with 'end' parameter set to max range of a type.<br><div><br></div><div>of course this doesn't work:<br><div>auto b=iota(ubyte(0), ubyte(256));<br></div></div></div><div>//cannot implicitly convert expression (256) of type int to ubyte</div><div><br></div><div>Could we have a function with iota_inclusive that has inclusive bounds for 'end' parameter ?</div><div><br></div></div>