DMD64 D Compiler v2.067.1 std/range/package.d(4056): Error: cannot implicitly convert expression (cast(int)pastLast - 1) of type int to ushort ---- void test(){ import std.range; ushort a=10; ushort b=20; auto ret=iota(a, b, 10); } ----
16246 is about to be fixed, and this should be fixed as well. *** This issue has been marked as a duplicate of issue 16246 ***