July 13, 2021 Learn » Re: mixin template's alias parameter ... ignored ? | |||
|---|---|---|---|
| |||
...need for a visibility attribute to prevent outer scopes from seeing a local variable, as... | |||
July 07, 2021 Issues » [Issue 22111] New: Can't deduce template argument for non-eponymous templated type | |||
|---|---|---|---|
| |||
...template Outer(T)
{
struct Inner {}
}
void func(T)(Outer!T.Inner) {}
void main()
{
Outer!int... | |||
June 25, 2021 Learn » Re: How to call stop from parallel foreach | |||
|---|---|---|---|
| |||
...loops, but in every case. only the outer one in parallel foreach. All of them... | |||
June 24, 2021 Learn » Re: How to call stop from parallel foreach | |||
|---|---|---|---|
| |||
...be suboptimal as well, as the three outer threads seem to do no real work... | |||
June 24, 2021 Learn » Re: How to call stop from parallel foreach | |||
|---|---|---|---|
| |||
...I have done this :
parallelContainer: while(true) {
outer: foreach(i, a; parallel(array_of_a... | |||
June 24, 2021 Learn » How to call stop from parallel foreach | |||
|---|---|---|---|
| |||
...case?
Here is a case to consider:
outer: foreach(i, a; parallel(array_of_a... | |||
June 17, 2021 General » Re: Any way to peek at the exception currently being thrown? | |||
|---|---|---|---|
| |||
...commit` call only does something on the outer-most txn. Not much better. And a... | |||
June 17, 2021 General » Re: Simplification of @trusted | |||
|---|---|---|---|
| |||
...accepts as a parameter "everything" from the outer function, and returns "everything". Which means the... | |||
June 17, 2021 General » Re: Programming Languages on Crack | |||
|---|---|---|---|
| |||
...doesn't create unsafe values in the outer function. Everyone conveniently forgets that when writing... | |||
June 11, 2021 Learn » what is the proper syntax to inherit a pair of nested classes using templates ? | |||
|---|---|---|---|
| |||
...last() { return this.outer.items.empty ? null : this.outer.items[this.outer.items.length - cast... | |||
Copyright © 1999-2021 by the D Language Foundation