Search

July 10, 2023
Learn »
...if you have (for example) 6 big dummy key-value pairs in the AA to...
July 04, 2023
General »
...will be posted to GitHub under a dummy account
* the Bugzilla handle of the author...
June 29, 2023
Learn »
...readEnd.readln()) !is null){
		receiveTimeout(du, (int dummy) {psin.writeEnd.writeln("q"); psin.writeEnd.flush...
June 19, 2023
Issues »
...constructor
}

struct S {
    this(const ref S _){
        // dummy copy constructor
    }
}

void main(){
    Nullable!T t...
June 13, 2023
Learn »
...add the grpc-d skeleton code with dummy returns, and no client connected or made...
June 12, 2023
Issues »
...constructor
}

struct S {
    this(const ref S _){
        // dummy copy constructor
    }
}

void main(){
    void foo()inout...
May 30, 2023
General »
...files[fname] ~= data.dup;
			};
		}
		void rewind() {} // dummy
		void close() {} // dummy
		auto byLine() {
			// We're mostly...
March 27, 2023
Learn »
...with is to put it inside a dummy struct with a shared member. Having a...
February 18, 2023
General »
...d
template isInputRange(R) {
    extern R r; // dummy
    enum isInputRange =
        is(typeof(R.init) == R...
February 03, 2023
Announce »
...nullary constructor" fiddlesticks
    this() @disable;
    this(int dummy)
    {
        count++;
    }

    ~this()
    {
        assert(false); // a failure that...
1 2 3 4 5 6
Next ›   Last »