June 18, 2019 General » Re: Very limited shared promotion | |||
|---|---|---|---|
| |||
...to explicitly qualify the variables in the outer scope as `shared`:
void sum(){ // note: just... | |||
June 17, 2019 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16215
Seb <greeenify@gmail.com> changed:
What... | |||
June 17, 2019 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16215
er.krali@gmail.com changed:
What... | |||
June 13, 2019 General » Struggling to implement parallel foreach... | |||
|---|---|---|---|
| |||
...cascading issues; the closure contains references to outer objects, but if the delegate is `shared... | |||
June 06, 2019 Learn » Re: Why any! with map! is not working here | |||
|---|---|---|---|
| |||
...see the problem if you removed the outer layer of parens, since they do nothing... | |||
May 31, 2019 Learn » Re: Reading Dicom files in Dlang | |||
|---|---|---|---|
| |||
...problem is in string private __vector(ushort)_outer; it looks like template(vector!ushort) or... | |||
May 31, 2019 Learn » Re: Reading Dicom files in Dlang | |||
|---|---|---|---|
| |||
...this code:
struct Range {
private __vector(ushort) _outer;
private size_t _a, _b;
this(vector... | |||
May 27, 2019 General » Re: Surfing on wave.. WASM | |||
|---|---|---|---|
| |||
proxies of outer objects in wasm space will solve interop from inside. in case of... | |||
May 27, 2019 Learn » Adding a payload to a type | |||
|---|---|---|---|
| |||
...data. tuple(tuple(image, xy), z) // the outer tuple may occur later without knowing that... | |||
May 19, 2019 Learn » Re: How to get type returned by e.g. std.algorithm.iteration.filter | |||
|---|---|---|---|
| |||
Last version using more from the outer template #!/usr/bin/env rdmd import std.stdio... | |||
Copyright © 1999-2021 by the D Language Foundation