Search

November 06
Issues »
...generateCodeAndWrite(dmd.dmodule.Module[],
const(char)*[], const(char)[], const(char)[], bool, bool, bool, bool, bool...
November 06
Learn »
...is surprisingly lenient: like implicitly converting `bool` / `char` to `int`, or implicitly converting `int` to...
November 05
Issues »
...h,i,j];

  foreach(idx, t; test) {
    char id = "abcdefghij"[idx];
    writeln("`", id, "` = ", t);
    writeln...
November 04
Learn »
...annotated

int myfunc(char *arg) pure {
}

Although I find:

pure int myfunc(char *arg) {
}

Also...
November 03
General »
...with `std.file.write`, an additional '\r' char is prepended to the sequence, resulting in...
November 02
Announce »
...that uses finite forward ranges of `const(char)` internally for static text, and also one...
October 25
Announce »
...pattern(cast(PangoFcFont*)font);
	FT_Error err;
	
	char* filename;
	if(FcPatternGetString(pattern, FC_FILE, 0...
October 24
Issues »
...15 ldc2      0x0000566b88498c1b mars_tryMain(Param&, Array<char const*>&) +
1595
16 ldc2      0x0000566b884fcac0 cppmain() + 9376...
October 22
Learn »
...extern(C++)
    {
    	final void a(basic_string!char a);
    }

    main.d
    --
    void main()
    {
    	 import s...
October 15
Learn »
...int magic) iterator_next;
}

struct JSCFunctionListEntry {
    const(char)* name;
    ubyte prop_flags;
    ubyte def_type...
1 2 3 4
Next ›   Last »