We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccee320 commit ac6533cCopy full SHA for ac6533c
source/mir/ndslice/package.d
@@ -763,5 +763,5 @@ unittest
763
764
assert(combine1[0, 0] == 1);
765
assert(combine2[0, 0] == 1);
766
- static assert(is(typeof(combine2[0, 0]) == long));
+ static assert(is(typeof(combine2[0, 0]) == sizediff_t));
767
}
0 commit comments