November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...generateCodeAndWrite(dmd.dmodule.Module[], const(char)*[], const(char)[], const(char)[], bool, bool, bool, bool, bool... | |||
November 06 Learn » Re: Negating a short? | |||
|---|---|---|---|
| |||
...is surprisingly lenient: like implicitly converting `bool` / `char` to `int`, or implicitly converting `int` to... | |||
November 05 Issues » [Issue 24844] New: BigInt multiplication of 0 by integral (non-BigInt) type creates "-0" (negative zero) | |||
|---|---|---|---|
| |||
...h,i,j];
foreach(idx, t; test) {
char id = "abcdefghij"[idx];
writeln("`", id, "` = ", t);
writeln... | |||
November 04 Learn » Rhyme and reason for function annotations? | |||
|---|---|---|---|
| |||
...annotated
int myfunc(char *arg) pure {
}
Although I find:
pure int myfunc(char *arg) {
}
Also... | |||
November 03 General » [SAOC 2024] - Leverage dmd as a library in D-Scanner in order to extend its functionality - Weekly Update 7 | |||
|---|---|---|---|
| |||
...with `std.file.write`, an additional '\r' char is prepended to the sequence, resulting in... | |||
November 02 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...that uses finite forward ranges of `const(char)` internally for static text, and also one... | |||
October 25 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...pattern(cast(PangoFcFont*)font); FT_Error err; char* filename; if(FcPatternGetString(pattern, FC_FILE, 0... | |||
October 24 Issues » [Issue 24832] New: Segfault in hex string | |||
|---|---|---|---|
| |||
...15 ldc2 0x0000566b88498c1b mars_tryMain(Param&, Array<char const*>&) + 1595 16 ldc2 0x0000566b884fcac0 cppmain() + 9376... | |||
October 22 Learn » interfacing cpp | |||
|---|---|---|---|
| |||
...extern(C++)
{
final void a(basic_string!char a);
}
main.d
--
void main()
{
import s... | |||
October 15 Learn » Re: need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...int magic) iterator_next;
}
struct JSCFunctionListEntry {
const(char)* name;
ubyte prop_flags;
ubyte def_type... | |||
Copyright © 1999-2021 by the D Language Foundation