February 03, 2021 Learn » GC.addRange multiple times | |||
|---|---|---|---|
| |||
...lifetime;
class Bar{
}
struct Foo{
Bar bar;
this(Bar bar){
this.bar = bar;
}
}
void main... | |||
February 03, 2021 General » Re: Lazy formatting | |||
|---|---|---|---|
| |||
...we don't care" that "we are carefully studying how hight to put the bar" | |||
February 02, 2021 GDC » Strange inlining behaviour | |||
|---|---|---|---|
| |||
...false);
alias bar = (int s) => s;
return bar(3);
}
int foo2() {
alias bar = (int s... | |||
February 01, 2021 General » Re: Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2 | |||
|---|---|---|---|
| |||
...int ${foo} = ${bar};");
to do something different than
mixin(i"int ${foo} = ${bar};".idup);
Because... | |||
January 29, 2021 General » Re: Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2 | |||
|---|---|---|---|
| |||
...similar to:
void bar(const char *);
foo(T)(T arg) { bar(arg); }
bar("hello"); // ok... | |||
January 29, 2021 General » Re: Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2 | |||
|---|---|---|---|
| |||
...interpolated string? `auto foo(T...)(T arg){bar(arg);}`
5: If an interpolated string gets... | |||
January 28, 2021 General » Re: Feedback Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2 | |||
|---|---|---|---|
| |||
...I would expect: foo(lazy string s) bar(Args...)(lazy Args args) if (is(Args... | |||
January 28, 2021 Learn » emplace doesn't forward aeguments | |||
|---|---|---|---|
| |||
...nogc;
}
class Foo{
Bar bar;
this(Bar bar){
this.bar = forward!bar;
}
}
void main(){
void... | |||
January 25, 2021 Learn » Re: F*cked by memory corruption after assiging value to associative array | |||
|---|---|---|---|
| |||
...addRoot(cast(void*) object);
}
...
extern (C) export SomeObject bar() {
return fun(new SomeObject);
}
Wrong way? | |||
January 24, 2021 Announce » Re: Please Congratulate My New Assistant | |||
|---|---|---|---|
| |||
...is a lot more formal, a large bar to overcome, so you will lose a... | |||
Copyright © 1999-2021 by the D Language Foundation