July 10, 2023 Learn » Re: Pre-expanding alloc cell(s) / reserving space for an associative array | |||
|---|---|---|---|
| |||
...if you have (for example) 6 big dummy key-value pairs in the AA to... | |||
July 04, 2023 General » Bugzilla to GitHub Continued | |||
|---|---|---|---|
| |||
...will be posted to GitHub under a dummy account * the Bugzilla handle of the author... | |||
June 29, 2023 Learn » Re: How to read live output from another process ? | |||
|---|---|---|---|
| |||
...readEnd.readln()) !is null){
receiveTimeout(du, (int dummy) {psin.writeEnd.writeln("q"); psin.writeEnd.flush... | |||
June 19, 2023 Issues » [Issue 23987] Copy construction should not disable implicit conversion | |||
|---|---|---|---|
| |||
...constructor
}
struct S {
this(const ref S _){
// dummy copy constructor
}
}
void main(){
Nullable!T t... | |||
June 13, 2023 Learn » looking for hint to debug a strange multi-thread bug (grpc-d-core) | |||
|---|---|---|---|
| |||
...add the grpc-d skeleton code with dummy returns, and no client connected or made... | |||
June 12, 2023 Issues » [Issue 23987] New: Copy construction should not disable implicit conversion | |||
|---|---|---|---|
| |||
...constructor
}
struct S {
this(const ref S _){
// dummy copy constructor
}
}
void main(){
void foo()inout... | |||
May 30, 2023 General » We're long overdue for a "D is awesome" post | |||
|---|---|---|---|
| |||
...files[fname] ~= data.dup;
};
}
void rewind() {} // dummy
void close() {} // dummy
auto byLine() {
// We're mostly... | |||
March 27, 2023 Learn » Re: Why are globals set to tls by default? and why is fast code ugly by default? | |||
|---|---|---|---|
| |||
...with is to put it inside a dummy struct with a shared member. Having a... | |||
February 18, 2023 General » Re: New blog post on the cost of compile time | |||
|---|---|---|---|
| |||
...d
template isInputRange(R) {
extern R r; // dummy
enum isInputRange =
is(typeof(R.init) == R... | |||
February 03, 2023 Announce » Re: Release D 2.102.0 | |||
|---|---|---|---|
| |||
...nullary constructor" fiddlesticks
this() @disable;
this(int dummy)
{
count++;
}
~this()
{
assert(false); // a failure that... | |||
Copyright © 1999-2021 by the D Language Foundation