Search

January 10, 2024
General »
...select size_mm, size_px from snapshotsssss where snapshot_id = $1

    role "dummyuser" can't...
January 09, 2024
General »
...return null.
This can't be good for performance or program size.
We can compute...
January 09, 2024
Learn »
...d

struct TempRange(X)
{
   x[n] * array;
   size_t i;
   this(static_array a)
   {
      array...
January 09, 2024
Learn »
...but it won't work with a static array, because its size will be fixed...
January 09, 2024
General »
...role \"dummyuser\" can't select on table \"snapshots\". SQL: select size_mm, size_px from...
January 09, 2024
General »
...size_t processedTill;
        size_t depth;
        static foreach (i, T; Args)
            static if (is(T...
January 08, 2024
General »
...std.conv;
        auto fmt = arg[0];
        for (size_t i = 0; i < fmt.length, ++i...
January 08, 2024
Issues »
...using argument types `ubyte[]`

  // this also fails:
  size_t i = data.length - 2;
  fn(data...
January 05, 2024
General »
...T x) { return "x"; }
string f(T         )(T...static array of generic size that you pass...
December 30, 2023
Learn »
...suppose:
```
void main() {

   size_t var1 = 1;
   size_t var2 = 3;
   size_t var3 = 5...
26 27 28 29 30 31 32 33 34 35 36 37
Next ›   Last »