Search

November 30
Learn »
...UNjmUV2QooI2uGdw4N2cYw/myprogram.o: in function `_Dmain':
/mnt/xxx_source/Languages_ok/dlangtut/dub/69_raylib...
October 15
Learn »
...struct _Func {
            ubyte length; /* XXX: should move outside union */
            ubyte cproto; /* XXX: should move outside...
October 15
Learn »
...uint8_t length; /* XXX: should move outside union */
            uint8_t cproto; /* XXX: should move outside...
August 17
Learn »
...just google "what's the equivalent of 'xxx' in Dlang" (D does have a few...
April 25
General »
...xxx(const Object) const { return "A"; }
}

class B : A
{
    alias xxx = A.xxx;
    string xxx...
February 02, 2024
General »
...RTTI in the way of the TypeInfo_Xxx classes, which I currently don't need...
January 08, 2024
General »
...readln.strip.split.to!int;
db.execi(xxx!i"INSERT INTO sample VALUES ($(id), $(2...
January 07, 2024
General »
...as:
```
db.execi(xxx!(i"INSERT INTO sample VALUES ($(id), $(name))"));
```
where `xxx` is the...
November 30, 2023
General »
...the problem, add optional parameter to enumerate which defaults to size_t?

enumerate!int(xxx)


November 15, 2023
Issues »
...ubyte[] text() {
    void xxx() { }

    return single!(xxx)(null);
  }

  ubyte[] single(alias xxx)(ubyte[] table) {
    align...
« First   ‹ Prev
1 2
Next ›   Last »