Search

January 28, 2024
Learn »
...correct to rewrite the code to expect `size_t`. But one needs to be very...
January 26, 2024
Issues »
...My assumption has been that this isn't fixable, but worth documenting.

Each module has...
January 24, 2024
Learn »
...that the type can be coerced to size_t, as it's being used as...
January 23, 2024
General »
...cc", av[1] = "-xassembler", av[2] = "-c";

    size_t ac = 3;
    foreach (i; 1 .. args...
January 23, 2024
Learn »
...d
double value(T)(T index, double* x) if (is(T : size_t))
{
    if (index...
January 23, 2024
Learn »
...T that has no requirements at all (when the implementation quite clearly wants `size_t...
January 23, 2024
Issues »
...Cattermole <alphaglosined@gmail.com> ---
It probably isn't limited to two modules.

There is a...
January 23, 2024
Learn »
...signed` issue, within same size types?

[core.checkedint...html#.negs) probably doesn't help, because `unsigned...
January 22, 2024
Learn »
...of the same bit size. In a future...unsigned, though I don't think that's...
January 22, 2024
General »
...std;

    auto test(T)(scope T delegate() dg...for a string if size ", count);
            test(()
                 {
                     foreach...
23 24 25 26 27 28 29 30 31 32 33 34
Next ›   Last »