January 10, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...select size_mm, size_px from snapshotsssss where snapshot_id = $1
role "dummyuser" can't... | |||
January 09, 2024 General » Overhead of DIP1036 | |||
|---|---|---|---|
| |||
...return null. This can't be good for performance or program size. We can compute... | |||
January 09, 2024 Learn » Re: static array is not a range | |||
|---|---|---|---|
| |||
...d
struct TempRange(X)
{
x[n] * array;
size_t i;
this(static_array a)
{
array... | |||
January 09, 2024 Learn » Re: static array is not a range | |||
|---|---|---|---|
| |||
...but it won't work with a static array, because its size will be fixed... | |||
January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...role \"dummyuser\" can't select on table \"snapshots\". SQL: select size_mm, size_px from... | |||
January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...size_t processedTill;
size_t depth;
static foreach (i, T; Args)
static if (is(T... | |||
January 08, 2024 General » Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...std.conv;
auto fmt = arg[0];
for (size_t i = 0; i < fmt.length, ++i... | |||
January 08, 2024 Issues » [Issue 24323] New: x[0 .. 2] cast to Ty[2], x[$-2 .. $] does not? | |||
|---|---|---|---|
| |||
...using argument types `ubyte[]` // this also fails: size_t i = data.length - 2; fn(data... | |||
January 05, 2024 General » Re: Named Arguments Status Update | |||
|---|---|---|---|
| |||
...T x) { return "x"; }
string f(T )(T...static array of generic size that you pass... | |||
December 30, 2023 Learn » Re: Indirect access to variables. | |||
|---|---|---|---|
| |||
...suppose:
```
void main() {
size_t var1 = 1;
size_t var2 = 3;
size_t var3 = 5... | |||
Copyright © 1999-2021 by the D Language Foundation