November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...UNjmUV2QooI2uGdw4N2cYw/myprogram.o: in function `_Dmain': /mnt/xxx_source/Languages_ok/dlangtut/dub/69_raylib... | |||
October 15 Learn » Re: need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...struct _Func {
ubyte length; /* XXX: should move outside union */
ubyte cproto; /* XXX: should move outside... | |||
October 15 Learn » need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...uint8_t length; /* XXX: should move outside union */
uint8_t cproto; /* XXX: should move outside... | |||
August 17 Learn » Re: How to find the right function in the Phobos library? | |||
|---|---|---|---|
| |||
...just google "what's the equivalent of 'xxx' in Dlang" (D does have a few... | |||
April 25 General » Re: Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
...xxx(const Object) const { return "A"; }
}
class B : A
{
alias xxx = A.xxx;
string xxx... | |||
February 02, 2024 General » Re: LDC wasm target: suppressing needless exports? | |||
|---|---|---|---|
| |||
...RTTI in the way of the TypeInfo_Xxx classes, which I currently don't need... | |||
January 08, 2024 General » Re: We are forking D | |||
|---|---|---|---|
| |||
...readln.strip.split.to!int; db.execi(xxx!i"INSERT INTO sample VALUES ($(id), $(2... | |||
January 07, 2024 General » Re: We are forking D | |||
|---|---|---|---|
| |||
...as: ``` db.execi(xxx!(i"INSERT INTO sample VALUES ($(id), $(name))")); ``` where `xxx` is the... | |||
November 30, 2023 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...the problem, add optional parameter to enumerate which defaults to size_t? enumerate!int(xxx) | |||
November 15, 2023 Issues » [Issue 24184] [REG 2.103] Segmentation fault accessing variable with align(N) > platform stack alignment | |||
|---|---|---|---|
| |||
...ubyte[] text() {
void xxx() { }
return single!(xxx)(null);
}
ubyte[] single(alias xxx)(ubyte[] table) {
align... | |||
Copyright © 1999-2021 by the D Language Foundation